commit | 8ec57a9dc1de46836bf8f81f0911b4bc26e0e6c7 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Apr 09 16:54:11 2012 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Apr 09 16:54:11 2012 +0200 |
tree | bd20bc9b9665a69d5dea67b2df2e821adb55bac2 | |
parent | 35cf5fe51076fb0c8894b5875a8f55f230dd75c2 [diff] | |
parent | 33d7b713227e8fa6f0332ffdaf13a666bdbc61aa [diff] |
Merge branch 'master' of git://git.denx.de/u-boot-x86 * 'master' of git://git.denx.de/u-boot-x86: x86: Remove dead code in eNET
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 9ad2535..5685232 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c
@@ -186,6 +186,7 @@ board_lmb_reserve(&images->lmb); } #else +#define lmb_reserve(lmb, base, size) static inline void boot_start_lmb(bootm_headers_t *images) { } #endif