9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
#
|
||
|
# 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
|