]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
authorGrant Likely <grant.likely@linaro.org>
Mon, 28 Mar 2011 09:58:49 +0000 (09:58 +0000)
committerGerald Van Baren <gvb@unssw.com>
Tue, 26 Apr 2011 01:11:20 +0000 (21:11 -0400)
commited59e58786cae9f8afcb575649afc65985beed4d
tree3d0ee0a5313796c1e3569e626a0b17d9c1db3850
parentc3624e6ed0a36f54aa0b3e7f32d30a6fde434f51
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ

The previous patch makes u-boot use the full accessible size of ram as
the default boot mapped size if CONFIG_SYS_BOOTMAPSZ is not defined,
which means boot_relocate_fdt() can be changed to depend solely on
CONFIG_OF_LIBFDT.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
arch/powerpc/lib/bootm.c
common/cmd_bootm.c
common/image.c
include/configs/omap3_beagle.h