mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
dts: add Exynos vendor support for OF_UPSTREAM_VENDOR
When building Exynos boards, configure OF_UPSTREAM_VENDOR to build all device trees in: - "samsung/" for 32-bit ARM platforms. - "exynos/" for 64-bit ARM platforms. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Tom Rini
parent
d8d9421c5c
commit
7c612df6a4
@@ -124,6 +124,8 @@ config OF_UPSTREAM_VENDOR
|
||||
default "marvell" if ARCH_MVEBU || ARCH_KIRKWOOD
|
||||
default "xilinx" if ARCH_VERSAL || ARCH_ZYNQ
|
||||
default "nvidia" if ARCH_TEGRA
|
||||
default "samsung" if ARCH_EXYNOS && 32BIT
|
||||
default "exynos" if ARCH_EXYNOS && ARM64
|
||||
help
|
||||
Select the vendor to build all devicetree files for.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user