diff options
author | Magnus Damm <damm@opensource.se> | 2009-11-18 19:30:20 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2009-11-19 16:44:01 +1100 |
commit | d06ff6009ae59c21b5549896d55445cf47894ee9 (patch) | |
tree | b08f8b4c3ef1b1e595f23ec27abe3e76e8da9929 /kexec/arch/arm/kexec-arm.c | |
parent | 30db33c6cf26d57db28123478daaf3b6a2a51434 (diff) |
add kexec-tools support for armv7l processors
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@opensource.se>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/arm/kexec-arm.c')
-rw-r--r-- | kexec/arch/arm/kexec-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/arm/kexec-arm.c b/kexec/arch/arm/kexec-arm.c index 2643083..2e50489 100644 --- a/kexec/arch/arm/kexec-arm.c +++ b/kexec/arch/arm/kexec-arm.c @@ -111,6 +111,7 @@ int arch_process_options(int argc, char **argv) const struct arch_map_entry arches[] = { { "arm", KEXEC_ARCH_ARM }, { "armv6l", KEXEC_ARCH_ARM }, + { "armv7l", KEXEC_ARCH_ARM }, { 0 }, }; |