diff options
author | Nicolas Pitre <nico@cam.org> | 2008-06-03 17:06:21 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:44:59 -0400 |
commit | 2e2023fe02c3530db3a0d6a26a2e90396a428796 (patch) | |
tree | a6a656f981f230666b821cb7bfc1601a2c6069fb /arch/arm/boot | |
parent | 6c386e58aadb90fb5d8b5be979e02d74f8be52fe (diff) |
[ARM] Feroceon: catch other Feroceon CPU IDs in head.S
Tweak the Feroceon match/mask in arch/arm/boot/compressed/head.S to
match a couple of newer Feroceon cores (such as the 88fr571vd with
CPU ID 0x56155710, and the 88fr131 with CPU ID 0x56251310) as well.
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 3c2c8f2a1dc4..de41daeab5e9 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -623,8 +623,8 @@ proc_types: | |||
623 | b __armv4_mmu_cache_off | 623 | b __armv4_mmu_cache_off |
624 | b __armv4_mmu_cache_flush | 624 | b __armv4_mmu_cache_flush |
625 | 625 | ||
626 | .word 0x56055310 @ Feroceon | 626 | .word 0x56050000 @ Feroceon |
627 | .word 0xfffffff0 | 627 | .word 0xff0f0000 |
628 | b __armv4_mmu_cache_on | 628 | b __armv4_mmu_cache_on |
629 | b __armv4_mmu_cache_off | 629 | b __armv4_mmu_cache_off |
630 | b __armv5tej_mmu_cache_flush | 630 | b __armv5tej_mmu_cache_flush |