diff options
author | mingming lee | 2020-01-16 16:11:42 +0800 |
---|---|---|
committer | Tom Rini | 2020-01-25 12:04:36 -0500 |
commit | 1fdbad021fe5f3bc8f8bb5b43e55ecc56432a6b4 (patch) | |
tree | 5479615481a2601b478671c2537eff681fd799ea /configs/mt8518_ap1_emmc_defconfig | |
parent | dc2426d83a57f7219ebbd01689cea4107df54f3b (diff) |
fastboot: mt85xx: add command to flash/erase emmc hwpart
This patch includes the following:
1. Add fastboot command to erase the whole EMMC_USER
2. Add fastboot command to flash image at EMMC_BOOT1
3. Add fastboot command to erase the whole EMMC_BOOT1
4. Enale CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT for mt8518
Signed-off-by: mingming lee <mingming.lee@mediatek.com>
Diffstat (limited to 'configs/mt8518_ap1_emmc_defconfig')
-rw-r--r-- | configs/mt8518_ap1_emmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mt8518_ap1_emmc_defconfig b/configs/mt8518_ap1_emmc_defconfig index e7c9d633f18..50219dd4460 100644 --- a/configs/mt8518_ap1_emmc_defconfig +++ b/configs/mt8518_ap1_emmc_defconfig @@ -21,6 +21,7 @@ CONFIG_CLK=y CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x56000000 CONFIG_FASTBOOT_BUF_SIZE=0x1E00000 +CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT=y CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_DM_MMC=y |