diff options
Diffstat (limited to 'arch/mips/jz4740/Platform')
-rw-r--r-- | arch/mips/jz4740/Platform | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Platform b/arch/mips/jz4740/Platform new file mode 100644 index 000000000..c41d30080 --- /dev/null +++ b/arch/mips/jz4740/Platform @@ -0,0 +1,4 @@ +platform-$(CONFIG_MACH_JZ4740) += jz4740/ +cflags-$(CONFIG_MACH_JZ4740) += -I$(srctree)/arch/mips/include/asm/mach-jz4740 +load-$(CONFIG_MACH_JZ4740) += 0xffffffff80010000 +zload-$(CONFIG_MACH_JZ4740) += 0xffffffff80600000 |