command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / m68k / lib / bootm.c
index 19445b3fc7a56c4ac78d57af4d721ff2b7688c6c..b912d130d6ad401f2e73605260871f61022db997 100644 (file)
@@ -5,9 +5,11 @@
  */
 
 #include <common.h>
+#include <bootstage.h>
 #include <command.h>
 #include <env.h>
 #include <image.h>
+#include <lmb.h>
 #include <u-boot/zlib.h>
 #include <bzlib.h>
 #include <watchdog.h>
@@ -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;