diff options
Diffstat (limited to 'kexec/arch/ppc/kexec-uImage-ppc.c')
-rw-r--r-- | kexec/arch/ppc/kexec-uImage-ppc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/ppc/kexec-uImage-ppc.c b/kexec/arch/ppc/kexec-uImage-ppc.c index 83a7a5f..c89a1a7 100644 --- a/kexec/arch/ppc/kexec-uImage-ppc.c +++ b/kexec/arch/ppc/kexec-uImage-ppc.c @@ -118,9 +118,6 @@ static int ppc_load_bare_bits(int argc, char **argv, const char *buf, if (opt < OPT_ARCH_MAX) { break; } - case '?': - usage(); - return -1; case OPT_APPEND: tmp_cmdline = optarg; break; |