From: Jagan Date: Fri, 13 Jul 2012 14:42:07 +0000 (+0530) Subject: Xilinx: ARM: Removed device tree booting dependency on CONFIG_SYS_BOOTMAPSZ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95f605e18506d64e1b218a6f313d0a23c2820ec2;p=thirdparty%2Fu-boot.git Xilinx: ARM: Removed device tree booting dependency on CONFIG_SYS_BOOTMAPSZ boot_relocate_fdt() has been changed to support relocation for device tree memory. so CONFIG_SYS_BOOTMAPSZ is not required to hotcode the device tree address and on other wards it's not useful incase of relocating fdt. Signed-off-by: Jagan --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 1fa64e9dd76..7afdf6358fa 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -21,13 +21,6 @@ */ #define CONFIG_OF_LIBFDT -/* TODO: After upgrade to v2011.09, - * remove this and set fdt_high env var instead - * - * Initial Memory map for Linux - */ -#define CONFIG_SYS_BOOTMAPSZ (16 << 20) - /* Default environment */ #define CONFIG_EXTRA_ENV_SETTINGS \ "ethaddr=00:0a:35:00:01:22\0" \