mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
dfa32261fa
This config option never really worked, and has bit-rotted to the point of being completely useless. Remove it completely. Signed-off-by: David Daney <david.daney@cavium.com> Cc: James Hogan <james.hogan@imgtec.com> Cc: Steven J. Hill <steven.hill@cavium.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/15314/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
#
|
|
# Cavium Octeon
|
|
#
|
|
platform-$(CONFIG_CAVIUM_OCTEON_SOC) += cavium-octeon/
|
|
cflags-$(CONFIG_CAVIUM_OCTEON_SOC) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-cavium-octeon
|
|
load-$(CONFIG_CAVIUM_OCTEON_SOC) += 0xffffffff81100000
|