forked from Minki/linux
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
Clojure
7 lines
164 B
Clojure
# Address where decompressor will be written and eventually executed.
|
|
#
|
|
# default to SDRAM
|
|
zreladdr-y := $(CONFIG_BCM_ZRELADDR)
|
|
params_phys-y := 0x00000800
|
|
|