mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
6ba9caaf47
Enable da8xx devices to build concurrently with older (traditional) DaVinci devices. Do this by defining multiple zreladdr values and enabling AUTO_ZRELADDR to prevent build regressions. Note that we do not enable AUTO_ZRELADDR in da8xx_omapl_defconfig since it is meant to be removed. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
8 lines
323 B
Clojure
8 lines
323 B
Clojure
zreladdr-$(CONFIG_ARCH_DAVINCI_DA8XX) += 0xc0008000
|
|
params_phys-$(CONFIG_ARCH_DAVINCI_DA8XX) := 0xc0000100
|
|
initrd_phys-$(CONFIG_ARCH_DAVINCI_DA8XX) := 0xc0800000
|
|
|
|
zreladdr-$(CONFIG_ARCH_DAVINCI_DMx) += 0x80008000
|
|
params_phys-$(CONFIG_ARCH_DAVINCI_DMx) := 0x80000100
|
|
initrd_phys-$(CONFIG_ARCH_DAVINCI_DMx) := 0x80800000
|