diff options
| author | Kaustabh Chakraborty <[email protected]> | 2026-02-03 18:38:41 +0530 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2026-02-23 15:35:33 +0900 |
| commit | 6220037e7c1bb2086f862bc031b2bfd14009d865 (patch) | |
| tree | 4f6cf78c935fa1d2f14a38ed8786602d4b8f87db /configs | |
| parent | 23ad0660c11b72a9f720362c801e2e47e9ecd4dc (diff) | |
board: samsung: exynos-mobile: disable MULTI_DTB_FIT support
MULTI_DTB_FIT allowed a single U-Boot image to be booted in multiple
devices, but it was not a scalable solution; as more devices are added,
the U-Boot binary is bound to increase, space taken up by devicetrees
which are not even used.
The other approach is to be able to build separate images for multiple
devices using the same "board" defined in U-Boot. This is used by
qcom_phone to support muitiple devices.
Follow the said approach for Exynos devices as well, disable
MULTI_DTB_FIT for this board.
Signed-off-by: Kaustabh Chakraborty <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/exynos-mobile_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/exynos-mobile_defconfig b/configs/exynos-mobile_defconfig index 3a0b455b169..ead4ea4493e 100644 --- a/configs/exynos-mobile_defconfig +++ b/configs/exynos-mobile_defconfig @@ -25,8 +25,6 @@ CONFIG_CMD_POWEROFF=y CONFIG_CMD_FS_GENERIC=y CONFIG_EFI_PARTITION=y CONFIG_OF_UPSTREAM=y -CONFIG_OF_LIST="exynos/exynos7870-a2corelte exynos/exynos7870-j6lte exynos/exynos7870-on7xelte" -CONFIG_MULTI_DTB_FIT=y CONFIG_BUTTON=y CONFIG_BUTTON_REMAP_PHONE_KEYS=y CONFIG_CLK_EXYNOS7870=y |
