You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
831f1f73a6
add arch/arm/mach-bcmring directory add Kconfig, Makefile, and Makefile.boot in mach-bcmring Signed-off-by: Leo Chen <leochen@broadcom.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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
|
|
|