mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 22:14:20 +08:00
f6e1db1b87
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
#
|
|
# Cavium Octeon
|
|
#
|
|
platform-$(CONFIG_CPU_CAVIUM_OCTEON) += cavium-octeon/
|
|
cflags-$(CONFIG_CPU_CAVIUM_OCTEON) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-cavium-octeon
|
|
ifdef CONFIG_CAVIUM_OCTEON_2ND_KERNEL
|
|
load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff84100000
|
|
else
|
|
load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff81100000
|
|
endif
|