[PATCH] add kexec-tools support for armv7l processors
Magnus Damm
magnus.damm at gmail.com
Wed Nov 18 05:30:20 EST 2009
From: Magnus Damm <damm at opensource.se>
Add kexec-tools support for arm processors identifying themselves
as armv7l. This includes sh7377 and the omap3 on my beagle board.
Signed-off-by: Magnus Damm <damm at opensource.se>
---
kexec/arch/arm/kexec-arm.c | 1 +
1 file changed, 1 insertion(+)
--- 0004/kexec/arch/arm/kexec-arm.c
+++ work/kexec/arch/arm/kexec-arm.c 2009-11-17 15:02:00.000000000 +0900
@@ -111,6 +111,7 @@ int arch_process_options(int argc, char
const struct arch_map_entry arches[] = {
{ "arm", KEXEC_ARCH_ARM },
{ "armv6l", KEXEC_ARCH_ARM },
+ { "armv7l", KEXEC_ARCH_ARM },
{ 0 },
};
More information about the kexec
mailing list