command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / mips / lib / bootm.c
index ce2b076b7d4581f8597dbaa01976a2ca31443b9d..cbc4413d5dade00c4b04ee5d9737990d413701df 100644 (file)
@@ -306,8 +306,8 @@ static void boot_jump_linux(bootm_headers_t *images)
                        linux_extra);
 }
 
-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)
 {
        /* No need for those on MIPS */
        if (flag & BOOTM_STATE_OS_BD_T)