Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: d5226fa6dbae0569ee43ecfc08bdcd6770fc4755 authored by Linus Torvalds on 27 January 2020, 00:23:03 UTC
Linux 5.5
Tip revision: d5226fa
Platform
#
# 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
back to top