diff options
Diffstat (limited to 'cmd/spl.c')
-rw-r--r-- | cmd/spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/spl.c b/cmd/spl.c index d1f47c7316b..76fe33762df 100644 --- a/cmd/spl.c +++ b/cmd/spl.c @@ -66,7 +66,6 @@ static int call_bootm(int argc, char *const argv[], const char *subcommand[]) bootm_argv[2] = argv[0]; /* kernel addr */ } - /* * - do the work - * exec subcommands of do_bootm to init the images |