diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/lib/bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c index fb1170d00d..c36ee79c92 100644 --- a/arch/m68k/lib/bootm.c +++ b/arch/m68k/lib/bootm.c @@ -9,6 +9,7 @@ #include <command.h> #include <env.h> #include <image.h> +#include <lmb.h> #include <u-boot/zlib.h> #include <bzlib.h> #include <watchdog.h> |