You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
# |
|
# Cavium Octeon |
|
# |
|
platform-$(CONFIG_CAVIUM_OCTEON_SOC) += cavium-octeon/ |
|
cflags-$(CONFIG_CAVIUM_OCTEON_SOC) += \ |
|
-I$(srctree)/arch/mips/include/asm/mach-cavium-octeon |
|
ifdef CONFIG_CAVIUM_OCTEON_2ND_KERNEL |
|
load-$(CONFIG_CAVIUM_OCTEON_SOC) += 0xffffffff84100000 |
|
else |
|
load-$(CONFIG_CAVIUM_OCTEON_SOC) += 0xffffffff81100000 |
|
endif
|
|
|