diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2019-10-20 17:43:15 +0300 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2019-11-02 00:31:28 +0300 |
commit | 5831fdb099ddeec9849658cd534fdcbb03aa6ff9 (patch) | |
tree | daf08595f995f465ef9a5e131ea8d0fc18760cec /arch/mips/loongson2ef/Kconfig | |
parent | 71e2f4dd5a65bd8dbca0b77661e75eea471168f8 (diff) | |
download | linux-5831fdb099ddeec9849658cd534fdcbb03aa6ff9.tar.xz |
MIPS: Loongson2ef: clean up loongson64 related code
Remove unrelevent macros, defines and codes from loongson2ef mach.
Also rename some defines to match new naming.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: paul.burton@mips.com
Diffstat (limited to 'arch/mips/loongson2ef/Kconfig')
-rw-r--r-- | arch/mips/loongson2ef/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/loongson2ef/Kconfig b/arch/mips/loongson2ef/Kconfig index 007bd023a4e9..66a584a833e5 100644 --- a/arch/mips/loongson2ef/Kconfig +++ b/arch/mips/loongson2ef/Kconfig @@ -90,7 +90,4 @@ config LOONGSON_MC146818 bool default n -config LEFI_FIRMWARE_INTERFACE - bool - endif # MACH_LOONGSON2EF |