[U-Boot] [PATCH 1/5] sh: Delete the function that was not necessary

nobuhiro.iwamatsu.yj at renesas.com nobuhiro.iwamatsu.yj at renesas.com
Wed Dec 8 06:06:18 CET 2010


From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 arch/sh/lib/bootm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c
index 19b3a94..fe23b58 100644
--- a/arch/sh/lib/bootm.c
+++ b/arch/sh/lib/bootm.c
@@ -100,7 +100,6 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
 	/* Set commandline */
 	strcpy(cmdline, bootargs);
 
-	sh_check_cmd_arg(bootargs, CMD_ARG_RD_DOLOAD, 10);
 	/* Initrd */
 	if (images->rd_start || images->rd_end) {
 		unsigned long ramdisk_flags = 0;
-- 
1.7.2.3



More information about the U-Boot mailing list