mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 17:40:53 +07:00
7 lines
164 B
Makefile
7 lines
164 B
Makefile
|
# Address where decompressor will be written and eventually executed.
|
||
|
#
|
||
|
# default to SDRAM
|
||
|
zreladdr-y := $(CONFIG_BCM_ZRELADDR)
|
||
|
params_phys-y := 0x00000800
|
||
|
|