summaryrefslogtreecommitdiffstats
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index bdbaa475d2..5e3cc3a1db 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -57,4 +57,8 @@
#define CONFIG_SYS_INIT_SP_ADDR 0x01000000
#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_EXTRA_ENV_SETTINGS \
+ "fdt_high=0x20000000\0" \
+ "initrd_high=0x20000000\0"
+
#endif