projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3038cd
)
sh: Delete the function that was not necessary
author
Nobuhiro Iwamatsu
<nobuhiro.iwamatsu.yj@renesas.com>
Wed, 8 Dec 2010 04:42:18 +0000
(13:42 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Tue, 11 Jan 2011 12:03:25 +0000
(21:03 +0900)
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
arch/sh/lib/bootm.c
patch
|
blob
|
history
diff --git
a/arch/sh/lib/bootm.c
b/arch/sh/lib/bootm.c
index 19b3a94023c1236390991bca966e52b6e84d395e..fe23b5869169355ab7c3d2f829dde984f5175ac1 100644
(file)
--- 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;