From 09974622e2dd7ee51a70d275639efc1065d469b9 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 20 Mar 2012 18:14:10 -0500 Subject: [PATCH] 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 --- include/configs/xpele.h | 2 ++ include/configs/zynq_zc702.h | 2 ++ include/configs/zynq_zc770.h | 2 ++ 3 files changed, 6 insertions(+) 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 -- 2.47.3