command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / m68k / lib / bootm.c
index c36ee79c923f5774aa7393fe806bb496232bdc6b..b912d130d6ad401f2e73605260871f61022db997 100644 (file)
@@ -49,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;