summaryrefslogtreecommitdiffstats
path: root/arch/sh/lib
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2010-12-08 13:42:18 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-11 21:03:25 +0900
commit858e8977eb30d7d314a6c5783adab5398d18bfd3 (patch)
tree92af204c706744b3010df806f38f861ebd1bb3cd /arch/sh/lib
parentf3038cde9fc9d7a2c5e3465a2aa497beb1fa199a (diff)
downloadtalos-obmc-uboot-858e8977eb30d7d314a6c5783adab5398d18bfd3.tar.gz
talos-obmc-uboot-858e8977eb30d7d314a6c5783adab5398d18bfd3.zip
sh: Delete the function that was not necessary
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r--arch/sh/lib/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c
index 19b3a94023..fe23b58691 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;
OpenPOWER on IntegriCloud