summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-08-27 17:30:41 +1000
committerSimon Horman <horms@verge.net.au>2008-08-27 17:30:41 +1000
commit4b10f34bdc404f2c174fcb9b6a8638cb2ee96765 (patch)
tree40cbd562f7ea007387f7f88768f076f071387ebd
parentcfa1ab96374d80f7c355cda30cd6922f96f20405 (diff)
sh: Add support for sh4al-dsp processors
Add support for sh4al-dsp processors such as sh7722. Signed-off-by: Magnus Damm <damm@igel.co.jp> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/sh/kexec-sh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/sh/kexec-sh.c b/kexec/arch/sh/kexec-sh.c
index f0b5a76..d75f339 100644
--- a/kexec/arch/sh/kexec-sh.c
+++ b/kexec/arch/sh/kexec-sh.c
@@ -105,6 +105,7 @@ const struct arch_map_entry arches[] = {
{ "sh3", KEXEC_ARCH_DEFAULT },
{ "sh4", KEXEC_ARCH_DEFAULT },
{ "sh4a", KEXEC_ARCH_DEFAULT },
+ { "sh4al-dsp", KEXEC_ARCH_DEFAULT },
{ 0 },
};