From: Kaustabh Chakraborty Date: Tue, 24 Feb 2026 15:37:11 +0000 (+0530) Subject: configs: exynos-mobile: add DEFAULT_DEVICE_TREE option X-Git-Tag: v2026.04-rc4~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=336dd39b956e5f7e078da1d2b689415a41484067;p=thirdparty%2Fu-boot.git configs: exynos-mobile: add DEFAULT_DEVICE_TREE option 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 Signed-off-by: Minkyu Kang --- diff --git a/configs/exynos-mobile_defconfig b/configs/exynos-mobile_defconfig index 9a4b6a52362..bff4e6c6fb7 100644 --- a/configs/exynos-mobile_defconfig +++ b/configs/exynos-mobile_defconfig @@ -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