From 641a18e344c6d98e7c9d441f9b6f9bb10a6e1144 Mon Sep 17 00:00:00 2001 From: Marcin Nowakowski Date: Fri, 2 Dec 2016 10:49:06 +0100 Subject: mips: remove incorrect arch_usage string arch_usage shows '--elf32-core-headers' as an option, but this is not implemented. Signed-off-by: Marcin Nowakowski Signed-off-by: Simon Horman --- kexec/arch/mips/kexec-mips.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kexec/arch/mips/kexec-mips.c b/kexec/arch/mips/kexec-mips.c index fe0c945..ebc3d9a 100644 --- a/kexec/arch/mips/kexec-mips.c +++ b/kexec/arch/mips/kexec-mips.c @@ -74,10 +74,6 @@ int file_types = sizeof(file_type) / sizeof(file_type[0]); void arch_usage(void) { -#ifdef __mips64 - fprintf(stderr, " --elf32-core-headers Prepare core headers in " - "ELF32 format\n"); -#endif } #ifdef __mips64 -- cgit