From: Magnus Damm <[email protected]>

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 <[email protected]>
---

 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 },
 };
 

_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to