]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: samsung: exynos-mobile: use blkmap for booting from userdata subpartitions
authorKaustabh Chakraborty <kauschluss@disroot.org>
Tue, 24 Feb 2026 15:37:09 +0000 (21:07 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 Feb 2026 01:47:03 +0000 (10:47 +0900)
commitdb0fe21bd38f27f570ce16670ccad567efd596f4
tree13f6d84ab4cf8ad4d3a554ec2d67028339118cc9
parente4001865ff387b928ea3d422d673dcc7389f8665
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 <kauschluss@disroot.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/exynos-mobile/exynos-mobile.c
board/samsung/exynos-mobile/exynos-mobile.env
configs/exynos-mobile_defconfig