summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2015-09-18 23:49:11 +0200
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commit9550e799e5c982c7cc3ec8bbfb24cdfde8dc747d (patch)
tree370544dc472fb1f7695b56e33958981b56158edd
parent3ba5f74a541f77bfb6904e684e2cf0bfad005106 (diff)
downloadu-boot-imx-9550e799e5c982c7cc3ec8bbfb24cdfde8dc747d.zip
u-boot-imx-9550e799e5c982c7cc3ec8bbfb24cdfde8dc747d.tar.gz
u-boot-imx-9550e799e5c982c7cc3ec8bbfb24cdfde8dc747d.tar.bz2
rockchip: Also load the initrd below 512M
Similar to load an fdt, when loading an initrd about the 512Mb mark things seem to break. For now force loading below 512Mb until the reason why this fails has been determined/solved. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/configs/rk3288_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 4f30fce..56f72a9 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -108,6 +108,7 @@
* limit the fdt reallocation to that */
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0x1fffffff\0" \
+ "initrd_high=0x1fffffff\0" \
ENV_MEM_LAYOUT_SETTINGS \
BOOTENV
#endif