summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaustabh Chakraborty <[email protected]>2026-02-24 21:07:11 +0530
committerMinkyu Kang <[email protected]>2026-02-25 10:47:03 +0900
commit336dd39b956e5f7e078da1d2b689415a41484067 (patch)
tree15acb156b3d73e1722b47c34f8caadff0934ddc6
parent0e61fc5364dc6b4af88b44ea2e1aa9d84c9f1ca7 (diff)
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 <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
-rw-r--r--configs/exynos-mobile_defconfig1
1 files changed, 1 insertions, 0 deletions
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