mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
1fa59bda21
The Armadillo-800 EVA board is sufficiently supported by DT-based and board-less R-Mobile A1 (r8a7740) multiplatform kernels, and board staging code. Hence remove the legacy board code to reduce maintenance effort. Lacking areas are: - USB (it doesn't work in legacy, neither), - HDMI (it doesn't work in legacy, neither), - Camera (we don't care), - DMAC/IPMMU (no DT bindings are planned). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
14 lines
396 B
Clojure
14 lines
396 B
Clojure
# per-board load address for uImage
|
|
loadaddr-y :=
|
|
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
|
|
loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
|
|
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)
|