]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: exynos-mobile: add DEFAULT_DEVICE_TREE option
authorKaustabh Chakraborty <kauschluss@disroot.org>
Tue, 24 Feb 2026 15:37:11 +0000 (21:07 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 Feb 2026 01:47:03 +0000 (10:47 +0900)
Add a default fallback device tree in order to allow a successful build
without mentioning the DEVICE_TREE= make flag.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
configs/exynos-mobile_defconfig

index 9a4b6a5236266e1a4a3870a0f0d4892ef56492f4..bff4e6c6fb7d32ff3850d6d4ad910b858a2f52ee 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_SYS_MALLOC_LEN=0x2000000
 CONFIG_SYS_MALLOC_F_LEN=0x16000
 CONFIG_TARGET_EXYNOS_MOBILE=y
 CONFIG_NR_DRAM_BANKS=3
+CONFIG_DEFAULT_DEVICE_TREE="exynos/exynos7870-a2corelte"
 CONFIG_SYS_BOOTM_LEN=0x2000000
 CONFIG_SYS_LOAD_ADDR=0x80000000
 CONFIG_ARMV8_CNTFRQ_BROKEN=y