summaryrefslogtreecommitdiffstats
path: root/include/configs/gw_ventana.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-04-08 12:54:40 -0700
committerStefano Babic <sbabic@denx.de>2015-04-22 14:39:08 +0200
commit8cc25eb8779697e5c9492d0d2cac297a6e6be4f4 (patch)
tree98308c2eeecb8dac0981c834648ba46a8ac70d02 /include/configs/gw_ventana.h
parent9543e9542e0b34725b7a3f93986d5df3314a952b (diff)
downloadblackbird-obmc-uboot-8cc25eb8779697e5c9492d0d2cac297a6e6be4f4.tar.gz
blackbird-obmc-uboot-8cc25eb8779697e5c9492d0d2cac297a6e6be4f4.zip
imx: ventana: config: Support ramdisk
Set the initrd_high env so that ramdisk range can be properly set. See commit 7e9603e and README Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r--include/configs/gw_ventana.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 3958ba75ac..658f574973 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -333,6 +333,7 @@
\
"fdt_high=0xffffffff\0" \
"fdt_addr=0x18000000\0" \
+ "initrd_high=0xffffffff\0" \
"loadfdt=" \
"if ${fsload} ${fdt_addr} boot/${fdt_file}; then " \
"echo Loaded DTB from boot/${fdt_file}; " \
OpenPOWER on IntegriCloud