diff options
| author | Kaustabh Chakraborty <[email protected]> | 2026-02-03 18:38:43 +0530 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2026-02-23 15:35:33 +0900 |
| commit | 743b91bab77ee5cb1dbc47f8d1f1245be9f01823 (patch) | |
| tree | f3c35711e7ec5d62f4e64c862302cb81c8c37d30 | |
| parent | e215c1a558f0c01cdefd9cf90b190bb220c058b6 (diff) | |
configs: exynos-mobile: remove DEFAULT_DEVICE_TREE and add OF_UPSTREAM_BUILD_VENDOR
Since the build documentation recommends using the DEVICE_TREE= make
flag, and the "board" supports multiple devices, remove the default
device tree option so as to enforce the make flag during build.
OF_UPSTREAM_BUILD_VENDOR is added so as to build all device trees
associated with the vendor with their U-Boot includes.
Signed-off-by: Kaustabh Chakraborty <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
| -rw-r--r-- | configs/exynos-mobile_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/exynos-mobile_defconfig b/configs/exynos-mobile_defconfig index 846f9e24bd3..c7d206f94ac 100644 --- a/configs/exynos-mobile_defconfig +++ b/configs/exynos-mobile_defconfig @@ -7,7 +7,6 @@ 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 @@ -26,6 +25,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_EFI_PARTITION=y CONFIG_OF_UPSTREAM=y CONFIG_OF_BOARD=y +CONFIG_OF_UPSTREAM_BUILD_VENDOR=y CONFIG_BUTTON=y CONFIG_BUTTON_REMAP_PHONE_KEYS=y CONFIG_CLK_EXYNOS7870=y |
