Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
#
|
|
# IMG Pistachio SoC
|
|
#
|
|
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
|