sh: Add support for SH7721 CPU subtype.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
52e8b118ec
commit
31a49c4bf8
19 changed files with 68 additions and 29 deletions
|
@ -84,6 +84,9 @@ int __uses_jump_to_uncached detect_cpu_and_cache_system(void)
|
|||
#if defined(CONFIG_CPU_SUBTYPE_SH7720)
|
||||
boot_cpu_data.type = CPU_SH7720;
|
||||
#endif
|
||||
#if defined(CONFIG_CPU_SUBTYPE_SH7721)
|
||||
boot_cpu_data.type = CPU_SH7721;
|
||||
#endif
|
||||
#if defined(CONFIG_CPU_SUBTYPE_SH7705)
|
||||
boot_cpu_data.type = CPU_SH7705;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue