summaryrefslogtreecommitdiff
path: root/configs/mt8512_bm1_emmc_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-01-27 16:46:47 +0300
committerMarek Vasut <marex@denx.de>2021-02-07 21:22:55 +0300
commit3acbc7b2aa14fe19ee341fc91a54849185708274 (patch)
tree21af9f7518166231f9c31b6d9a0ac617f4cb8fe2 /configs/mt8512_bm1_emmc_defconfig
parent7596696bc5c6062c52f07e2ed99e3b2eebb3a33e (diff)
downloadu-boot-3acbc7b2aa14fe19ee341fc91a54849185708274.tar.xz
fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
Update the code and the configs for eMMC boot and userdata partitions acces - FASTBOOT_MMC_BOOT_SUPPORT: boot partition 1 and 2 (erase/write) - FASTBOOT_MMC_BOOT1_NAME: boot partition 1, default name="mmc0boot0" - FASTBOOT_MMC_BOOT2_NAME: boot partition 2, default name="mmc0boot1" 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/mt8512_bm1_emmc_defconfig')
-rw-r--r--configs/mt8512_bm1_emmc_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt8512_bm1_emmc_defconfig b/configs/mt8512_bm1_emmc_defconfig
index 1bda45c5d2..d8e0e86c10 100644
--- a/configs/mt8512_bm1_emmc_defconfig
+++ b/configs/mt8512_bm1_emmc_defconfig
@@ -28,7 +28,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x56000000
CONFIG_FASTBOOT_BUF_SIZE=0x1e00000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=0
-CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT=y
+CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y
CONFIG_FASTBOOT_MMC_USER_SUPPORT=y
CONFIG_DM_MMC=y
CONFIG_MMC_HS200_SUPPORT=y