diff options
Diffstat (limited to 'arch/sh/lib/bootm.c')
| -rw-r--r-- | arch/sh/lib/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c index f38d0b0e8..19b3a9402 100644 --- a/arch/sh/lib/bootm.c +++ b/arch/sh/lib/bootm.c @@ -109,7 +109,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima  				ramdisk_flags |= RD_PROMPT;  		else  				ramdisk_flags &= ~RD_PROMPT; -					 +  		val = sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10);  		if (val == 1)  				ramdisk_flags |= RD_DOLOAD; |