]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: add Exynos vendor support for OF_UPSTREAM_VENDOR
authorKaustabh Chakraborty <kauschluss@disroot.org>
Sat, 24 Jan 2026 16:58:24 +0000 (22:28 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 29 Jan 2026 15:59:57 +0000 (09:59 -0600)
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>
dts/Kconfig

index 870f75ad3ec3583459c8548900ab8f486deb652f..af8d30b45ab92fc6283bb0daecdfc4e0f19a4ace 100644 (file)
@@ -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.