From: Joe Hershberger Date: Tue, 20 Mar 2012 23:14:10 +0000 (-0500) Subject: Xilinx: ARM: Define CONFIG_SYS_BOOTMAPSZ to enable fdt relocation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09974622e2dd7ee51a70d275639efc1065d469b9;p=thirdparty%2Fu-boot.git Xilinx: ARM: Define CONFIG_SYS_BOOTMAPSZ to enable fdt relocation This is needed until the fdt_high command is included (v2011.09) Signed-off-by: Joe Hershberger --- diff --git a/include/configs/xpele.h b/include/configs/xpele.h index 554c4026a32..bb70405c574 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -30,6 +30,8 @@ * Open Firmware flat tree */ #define CONFIG_OF_LIBFDT 1 +/* TODO: After upgrade to v2011.09, remove this and set fdt_high env var instead */ +#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/ /* Default environment */ #define CONFIG_IPADDR 10.10.70.102 diff --git a/include/configs/zynq_zc702.h b/include/configs/zynq_zc702.h index 66468959c1f..c7cc018b31d 100644 --- a/include/configs/zynq_zc702.h +++ b/include/configs/zynq_zc702.h @@ -25,6 +25,8 @@ * Open Firmware flat tree */ #define CONFIG_OF_LIBFDT 1 +/* TODO: After upgrade to v2011.09, remove this and set fdt_high env var instead */ +#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/ /* Default environment */ #define CONFIG_IPADDR 10.10.70.102 diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 66468959c1f..c7cc018b31d 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -25,6 +25,8 @@ * Open Firmware flat tree */ #define CONFIG_OF_LIBFDT 1 +/* TODO: After upgrade to v2011.09, remove this and set fdt_high env var instead */ +#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/ /* Default environment */ #define CONFIG_IPADDR 10.10.70.102