mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 12:30:55 +07:00
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
|