diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 16:25:54 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 16:25:54 +0400 |
commit | f6e1db1b87a9199275694d10713d4baa80030fc7 (patch) | |
tree | a1f0aab919bc3418545e390c3937ab56dd2adf9f /arch/mips/cavium-octeon/Platform | |
parent | f5e8abd6f1fdba3abf6675700069005e25531208 (diff) | |
download | linux-f6e1db1b87a9199275694d10713d4baa80030fc7.tar.xz |
MIPS: Octeon: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon/Platform')
-rw-r--r-- | arch/mips/cavium-octeon/Platform | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/Platform b/arch/mips/cavium-octeon/Platform new file mode 100644 index 000000000000..1e43ccf1a792 --- /dev/null +++ b/arch/mips/cavium-octeon/Platform @@ -0,0 +1,11 @@ +# +# 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 |