mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
7a91cc14f3
Now that the sh73a0 generic multiplatform case has the same feature set as the kzm9g DT reference board code, we get rid of the latter. DT reference code in the future shall make use of the sh73a0 multiplatform support code with the generic SoC machine vector. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
19 lines
643 B
Clojure
19 lines
643 B
Clojure
# per-board load address for uImage
|
|
loadaddr-y :=
|
|
loadaddr-$(CONFIG_MACH_APE6EVM) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_APE6EVM_REFERENCE) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
|
|
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
|
|
loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000
|
|
loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
|
|
|
|
__ZRELADDR := $(sort $(loadaddr-y))
|
|
zreladdr-y += $(__ZRELADDR)
|
|
|
|
# Unsupported legacy stuff
|
|
#
|
|
#params_phys-y (Instead: Pass atags pointer in r2)
|
|
#initrd_phys-y (Instead: Use compiled-in initramfs)
|