diff options
-rw-r--r-- | kexec/arch/sh/kexec-sh.c | 1 |
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 }, }; |