commit | 00d86564324cb8e69852b2bb70069424503306ca | [log] [tgz] |
---|---|---|
author | Remy Bohmer <linux@bohmer.net> | Thu Oct 29 14:24:22 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Nov 24 22:40:20 2009 +0100 |
tree | 17df280384f3e662eee2c1904cf6988519ca6d15 | |
parent | 7b2b5d3a6b6d8105400082bdda6373dcb661bc97 [diff] [blame] |
Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y Signed-off-by: Remy Bohmer <linux@bohmer.net>
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 8f83598..32fd9bb 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c
@@ -524,7 +524,7 @@ } break; #endif -#ifdef CONFIG_OF_LIBFDT +#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_SYS_BOOTMAPSZ) case BOOTM_STATE_FDT: { ulong bootmap_base = getenv_bootm_low();