mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00: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
|