mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
53332005bf
Remove board support for the r8a7740 based Bonito board The r8a7740 SoC support code is still kept around since it is in use by the Armadillo800eva board which is basically a more recent board where the design is based on Bonito. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
24 lines
883 B
Clojure
24 lines
883 B
Clojure
# per-board load address for uImage
|
|
loadaddr-y :=
|
|
loadaddr-$(CONFIG_MACH_AG5EVM) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_APE6EVM) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_ARMADILLO800EVA_REFERENCE) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
|
|
loadaddr-$(CONFIG_MACH_KOTA2) += 0x41008000
|
|
loadaddr-$(CONFIG_MACH_KZM9D) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000
|
|
loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x41008000
|
|
loadaddr-$(CONFIG_MACH_LAGER) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000
|
|
loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
|
|
loadaddr-$(CONFIG_MACH_MARZEN_REFERENCE) += 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)
|