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>
*/
#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" \