diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-01-27 14:46:46 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2021-02-07 19:22:55 +0100 |
commit | 7596696bc5c6062c52f07e2ed99e3b2eebb3a33e (patch) | |
tree | 08971212d392e2f632805c397516b44a56a267aa /configs/pumpkin_defconfig | |
parent | a362ce214f03f965b05a9a89997294773cd6e908 (diff) | |
download | u-boot-7596696bc5c6062c52f07e2ed99e3b2eebb3a33e.tar.gz |
fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
Split userdata and boot partition support for eMMC update
and correct the description (update is supported).
The new configuration CONFIG_FASTBOOT_MMC_USER_SUPPORT
allows to activate support of userdata partition update,
based on target name=CONFIG_FASTBOOT_MMC_USER_NAME
This patch also removes the unnecessary dependency with
ARCH_MEDIATEK and EFI_PARTITION.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'configs/pumpkin_defconfig')
-rw-r--r-- | configs/pumpkin_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pumpkin_defconfig b/configs/pumpkin_defconfig index cd77889eea..a9655f5abb 100644 --- a/configs/pumpkin_defconfig +++ b/configs/pumpkin_defconfig @@ -53,6 +53,7 @@ CONFIG_FASTBOOT_BUF_SIZE=0x4000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT=y +CONFIG_FASTBOOT_MMC_USER_SUPPORT=y # CONFIG_INPUT is not set CONFIG_DM_MMC=y # CONFIG_MMC_QUIRKS is not set |