diff options
Diffstat (limited to 'arch/mips/pistachio/Platform')
-rw-r--r-- | arch/mips/pistachio/Platform | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/pistachio/Platform b/arch/mips/pistachio/Platform new file mode 100644 index 000000000..c3592b374 --- /dev/null +++ b/arch/mips/pistachio/Platform @@ -0,0 +1,9 @@ +# +# IMG Pistachio SoC +# +platform-$(CONFIG_MACH_PISTACHIO) += pistachio/ +cflags-$(CONFIG_MACH_PISTACHIO) += \ + -I$(srctree)/arch/mips/include/asm/mach-pistachio +load-$(CONFIG_MACH_PISTACHIO) += 0xffffffff80400000 +zload-$(CONFIG_MACH_PISTACHIO) += 0xffffffff81000000 +all-$(CONFIG_MACH_PISTACHIO) := uImage.gz |