]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Removed device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
authorJagan <jaganna@xilinx.com>
Fri, 13 Jul 2012 14:42:07 +0000 (20:12 +0530)
committerJagan <jaganna@xilinx.com>
Tue, 17 Jul 2012 15:31:14 +0000 (21:01 +0530)
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 <jaganna@xilinx.com>
include/configs/zynq_common.h

index 1fa64e9dd7676e7da89bde0590e38805dd96825a..7afdf6358faed68178d7e64f2909c99116a6c79e 100644 (file)
  */
 #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"   \