summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2011-03-28 09:58:49 +0000
committerGerald Van Baren <gvb@unssw.com>2011-04-25 21:11:20 -0400
commited59e58786cae9f8afcb575649afc65985beed4d (patch)
tree3d0ee0a5313796c1e3569e626a0b17d9c1db3850 /common/cmd_bootm.c
parentc3624e6ed0a36f54aa0b3e7f32d30a6fde434f51 (diff)
downloadtalos-obmc-uboot-ed59e58786cae9f8afcb575649afc65985beed4d.tar.gz
talos-obmc-uboot-ed59e58786cae9f8afcb575649afc65985beed4d.zip
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>
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r--common/cmd_bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 989bf737ff..a23e465696 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -544,7 +544,7 @@ int do_bootm_subcommand (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv
}
break;
#endif
-#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_SYS_BOOTMAPSZ)
+#if defined(CONFIG_OF_LIBFDT)
case BOOTM_STATE_FDT:
{
ret = boot_relocate_fdt(&images.lmb,
OpenPOWER on IntegriCloud