From 35cf5fe51076fb0c8894b5875a8f55f230dd75c2 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 1 Apr 2012 03:59:46 +0000 Subject: LMB: Fix undefined lmb_reserve() on non-lmb platforms Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Mike Frysinger Cc: Stephen Warren Cc: Tom Warren Cc: Graeme Russ Acked-by: Mike Frysinger --- common/cmd_bootm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 9ad2535d4..568523289 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -186,6 +186,7 @@ static void boot_start_lmb(bootm_headers_t *images) board_lmb_reserve(&images->lmb); } #else +#define lmb_reserve(lmb, base, size) static inline void boot_start_lmb(bootm_headers_t *images) { } #endif -- cgit v1.2.3