Skip to content
Snippets Groups Projects
Commit 858e8977 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Nobuhiro Iwamatsu
Browse files

sh: Delete the function that was not necessary

parent f3038cde
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,6 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima ...@@ -100,7 +100,6 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
/* Set commandline */ /* Set commandline */
strcpy(cmdline, bootargs); strcpy(cmdline, bootargs);
sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10);
/* Initrd */ /* Initrd */
if (images->rd_start || images->rd_end) { if (images->rd_start || images->rd_end) {
unsigned long ramdisk_flags = 0; unsigned long ramdisk_flags = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment