[PATCH 1/6] mips: remove incorrect arch_usage string
Marcin Nowakowski
marcin.nowakowski at imgtec.com
Fri Dec 2 01:49:06 PST 2016
arch_usage shows '--elf32-core-headers' as an option, but this is not
implemented.
Signed-off-by: Marcin Nowakowski <marcin.nowakowski at imgtec.com>
---
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
--
2.7.4
More information about the kexec
mailing list