diff options
author | Paul Burton <paul.burton@mips.com> | 2019-07-22 23:59:50 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-23 23:33:34 +0200 |
commit | 8e96b08472e6698011d3105912031e90e7ef553f (patch) | |
tree | 7de226c928d9fbcaf50d769fa6037f23b4436b81 /arch/mips/Makefile | |
parent | MIPS: Remove unused R4300 CPU support (diff) | |
download | linux-8e96b08472e6698011d3105912031e90e7ef553f.tar.xz linux-8e96b08472e6698011d3105912031e90e7ef553f.zip |
MIPS: Remove unused R5432 CPU support
Our R5432 CPU support can only be included if a system selects
CONFIG_SYS_HAS_CPU_R5432. No system does, making all R5432-related CPU
support dead code. Remove it.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index e728d0555466..e507e5b6e606 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -173,8 +173,6 @@ cflags-$(CONFIG_CPU_MIPS64_R1) += -march=mips64 -Wa,--trap cflags-$(CONFIG_CPU_MIPS64_R2) += -march=mips64r2 -Wa,--trap cflags-$(CONFIG_CPU_MIPS64_R6) += -march=mips64r6 -Wa,--trap cflags-$(CONFIG_CPU_R5000) += -march=r5000 -Wa,--trap -cflags-$(CONFIG_CPU_R5432) += $(call cc-option,-march=r5400,-march=r5000) \ - -Wa,--trap cflags-$(CONFIG_CPU_R5500) += $(call cc-option,-march=r5500,-march=r5000) \ -Wa,--trap cflags-$(CONFIG_CPU_NEVADA) += $(call cc-option,-march=rm5200,-march=r5000) \ |