[ARM] Feroceon: allow more old Feroceon IDs
There are a couple more Feroceon-based SoCs out in the field that use different Variant and Architecture fields in their Main ID registers -- this patch tweaks the processor match/mask in proc-feroceon.S to catch those SoCs as well. Signed-off-by: Ke Wei <kewei@marvell.com> Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
This commit is contained in:
parent
2e2023fe02
commit
ab6d15d506
1 changed files with 2 additions and 2 deletions
|
@ -463,8 +463,8 @@ cpu_88fr531_name:
|
||||||
#ifdef CONFIG_CPU_FEROCEON_OLD_ID
|
#ifdef CONFIG_CPU_FEROCEON_OLD_ID
|
||||||
.type __feroceon_old_id_proc_info,#object
|
.type __feroceon_old_id_proc_info,#object
|
||||||
__feroceon_old_id_proc_info:
|
__feroceon_old_id_proc_info:
|
||||||
.long 0x41069260
|
.long 0x41009260
|
||||||
.long 0xfffffff0
|
.long 0xff00fff0
|
||||||
.long PMD_TYPE_SECT | \
|
.long PMD_TYPE_SECT | \
|
||||||
PMD_SECT_BUFFERABLE | \
|
PMD_SECT_BUFFERABLE | \
|
||||||
PMD_SECT_CACHEABLE | \
|
PMD_SECT_CACHEABLE | \
|
||||||
|
|
Loading…
Reference in a new issue