command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / microblaze / lib / bootm.c
index 592ac97f827326069d76414597f4b526706a3cfb..93f95b1e26f0d91172df1fe6e0efb43e04a7fff1 100644 (file)
@@ -108,7 +108,7 @@ static void boot_prep_linux(bootm_headers_t *images)
        }
 }
 
-int do_bootm_linux(int flag, int argc, char * const argv[],
+int do_bootm_linux(int flag, int argc, char *const argv[],
                   bootm_headers_t *images)
 {
        images->cmdline_start = (ulong)env_get("bootargs");