aboutsummaryrefslogtreecommitdiff
path: root/include/configs/gxp.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-11 10:18:13 -0400
committerTom Rini <trini@konsulko.com>2022-07-11 10:18:13 -0400
commitc0580d8e1e2d95c3e322f6c45905cbb43ac69b7d (patch)
tree070eaa15f852b99536f69a45edef48d79707017b /include/configs/gxp.h
parente092e3250270a1016c877da7bdd9384f14b1321e (diff)
parent05a4859637567b13219efd6f1707fb236648b1b7 (diff)
downloadu-boot-WIP/11Jul2022.zip
u-boot-WIP/11Jul2022.tar.gz
u-boot-WIP/11Jul2022.tar.bz2
Merge branch 'next'WIP/11Jul2022
Diffstat (limited to 'include/configs/gxp.h')
-rw-r--r--include/configs/gxp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/gxp.h b/include/configs/gxp.h
new file mode 100644
index 0000000..e3c97b2
--- /dev/null
+++ b/include/configs/gxp.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * GXP board
+ *
+ * (C) Copyright 2022 Hewlett Packard Enterprise Development LP.
+ * Author: Nick Hawkins <nick.hawkins@hpe.com>
+ * Author: Jean-Marie Verdun <verdun@hpe.com>
+ */
+
+#ifndef _GXP_H_
+#define _GXP_H_
+
+#define CONFIG_SYS_SDRAM_BASE 0x40000000
+
+#endif