mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-05 18:08:15 -04:00
sh: Delete the function that was not necessary
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
parent
f3038cde9f
commit
858e8977eb
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user