X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=blobdiff_plain;f=arch%2Fm68k%2Flib%2Fbootm.c;h=b912d130d6ad401f2e73605260871f61022db997;hp=19445b3fc7a56c4ac78d57af4d721ff2b7688c6c;hb=09140113108541b95d340f3c7b6ee597d31ccc73;hpb=5939afc9611e8ba4a86b96e67670b765ee27668e diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c index 19445b3fc7..b912d130d6 100644 --- a/arch/m68k/lib/bootm.c +++ b/arch/m68k/lib/bootm.c @@ -5,9 +5,11 @@ */ #include +#include #include #include #include +#include #include #include #include @@ -47,7 +49,8 @@ void arch_lmb_reserve(struct lmb *lmb) lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp)); } -int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) +int do_bootm_linux(int flag, int argc, char *const argv[], + bootm_headers_t *images) { int ret; bd_t *kbd;