10 lines
315 B
Plaintext
10 lines
315 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
|
|
all-$(CONFIG_MACH_PISTACHIO) := uImage.gz
|