Skip to content
Snippets Groups Projects
Commit ed530104 authored by Daniel Schwierzeck's avatar Daniel Schwierzeck
Browse files

MIPS: bootm_qemu_mips.c: make checkpatch.pl clean

parent e51a6b7a
Branches
Tags
No related merge requests found
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
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)
{ {
void (*theKernel) (int, char **, char **, int *); void (*theKernel) (int, char **, char **, int *);
char *bootargs = getenv("bootargs"); char *bootargs = getenv("bootargs");
...@@ -71,6 +72,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima ...@@ -71,6 +72,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
printf("\nStarting kernel ...\n\n"); printf("\nStarting kernel ...\n\n");
theKernel(0, NULL, NULL, 0); theKernel(0, NULL, NULL, 0);
/* does not return */ /* does not return */
return 1; return 1;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment