From: Magnus Damm <[email protected]>

Add kexec-tools support for arm processors identifying themselves
as armv6l. Tested on a sh7367.

Signed-off-by: Magnus Damm <[email protected]>
---

 kexec/arch/arm/kexec-arm.c |    1 +
 1 file changed, 1 insertion(+)

--- 0001/kexec/arch/arm/kexec-arm.c
+++ work/kexec/arch/arm/kexec-arm.c     2009-11-16 16:38:12.000000000 +0900
@@ -110,6 +110,7 @@ int arch_process_options(int argc, char 
 
 const struct arch_map_entry arches[] = {
        { "arm", KEXEC_ARCH_ARM },
+       { "armv6l", KEXEC_ARCH_ARM },
        { 0 },
 };
 

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

Reply via email to