diff options
| author | Kaustabh Chakraborty <[email protected]> | 2026-02-24 21:07:09 +0530 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2026-02-25 10:47:03 +0900 |
| commit | db0fe21bd38f27f570ce16670ccad567efd596f4 (patch) | |
| tree | 13f6d84ab4cf8ad4d3a554ec2d67028339118cc9 /configs | |
| parent | e4001865ff387b928ea3d422d673dcc7389f8665 (diff) | |
board: samsung: exynos-mobile: use blkmap for booting from userdata subpartitions
Some distributions tend to provide a single combined image with EFS and
the system root filesystem. Flashing it as-is in a single partition
(usually done in userdata partition as it is the largest) is not
bootable as U-Boot does not understand subpartitions.
Use blkmap to map the userdata partition into its own block device.
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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/exynos-mobile_defconfig b/configs/exynos-mobile_defconfig index c7d206f94ac..cee468d9c24 100644 --- a/configs/exynos-mobile_defconfig +++ b/configs/exynos-mobile_defconfig @@ -12,6 +12,7 @@ CONFIG_SYS_LOAD_ADDR=0x80000000 CONFIG_ARMV8_CNTFRQ_BROKEN=y # CONFIG_PSCI_RESET is not set CONFIG_BUTTON_CMD=y +CONFIG_USE_PREBOOT=y CONFIG_SAVE_PREV_BL_FDT_ADDR=y CONFIG_SAVE_PREV_BL_INITRAMFS_START_ADDR=y CONFIG_SYS_PBSIZE=1024 @@ -24,8 +25,9 @@ CONFIG_CMD_POWEROFF=y CONFIG_CMD_FS_GENERIC=y CONFIG_EFI_PARTITION=y CONFIG_OF_UPSTREAM=y -CONFIG_OF_BOARD=y CONFIG_OF_UPSTREAM_BUILD_VENDOR=y +CONFIG_OF_BOARD=y +CONFIG_BLKMAP=y CONFIG_BUTTON=y CONFIG_BUTTON_REMAP_PHONE_KEYS=y CONFIG_CLK_EXYNOS7870=y |
