https://github.com/torvalds/linux
Raw File
Tip revision: 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162 authored by Linus Torvalds on 31 May 2020, 23:49:15 UTC
Linux 5.7
Tip revision: 3d77e6a
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