summaryrefslogtreecommitdiff
path: root/kexec/arch/sh/kexec-elf-sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/sh/kexec-elf-sh.c')
-rw-r--r--kexec/arch/sh/kexec-elf-sh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/sh/kexec-elf-sh.c b/kexec/arch/sh/kexec-elf-sh.c
index 1186c09..897552c 100644
--- a/kexec/arch/sh/kexec-elf-sh.c
+++ b/kexec/arch/sh/kexec-elf-sh.c
@@ -92,9 +92,6 @@ int elf_sh_load(int argc, char **argv, const char *buf, off_t len,
if (opt < OPT_ARCH_MAX) {
break;
}
- case '?':
- usage();
- return -1;
case OPT_APPEND:
command_line = optarg;
break;