mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
a483dcbfa2
Lager legacy support level is same as the DT case so remove the legacy code and force people to move over to using Multiplatform and DT. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> [Remove lager_defconfig and don't build the dtb for legacy kernels] Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
20 lines
697 B
Clojure
20 lines
697 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_KZM9G_REFERENCE) += 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)
|