mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 03:10:13 +07:00
6 lines
241 B
Makefile
6 lines
241 B
Makefile
|
# The standard locations for stuff on CLPS711x type processors
|
||
|
params_phys-y := 0xc0000100
|
||
|
# Should probably have some agreement on these...
|
||
|
initrd_phys-$(CONFIG_ARCH_P720T) := 0xc0400000
|
||
|
initrd_phys-$(CONFIG_ARCH_CDB89712) := 0x00700000
|