From 95f605e18506d64e1b218a6f313d0a23c2820ec2 Mon Sep 17 00:00:00 2001 From: Jagan Date: Fri, 13 Jul 2012 20:12:07 +0530 Subject: [PATCH] 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 --- include/configs/zynq_common.h | 7 ------- 1 file changed, 7 deletions(-) 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" \ -- 2.47.3