diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-31 13:08:37 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-07 18:05:36 (GMT) |
commit | b8c2a77ce38defcf539a4ba5c666f8e9f093f887 (patch) | |
tree | f3f47e61f2a4757eb24a50850733cc83212e3a72 /arch/mips/Kconfig | |
parent | 08eaabfce0ba6eef7a0188888cc42f006914273e (diff) | |
download | linux-fsl-qoriq-b8c2a77ce38defcf539a4ba5c666f8e9f093f887.tar.xz |
PNX8550 uses a MIPS32-like processor core, not R4xx0.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0097a0d..e380a83 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -958,7 +958,7 @@ config SOC_PNX8550 bool select DMA_NONCOHERENT select HW_HAS_PCI - select SYS_HAS_CPU_R4X00 + select SYS_HAS_CPU_MIPS32_R1 select SYS_SUPPORTS_32BIT_KERNEL config SWAP_IO_SPACE |