diff options
author | Fabien Parent | 2020-10-16 17:40:09 +0200 |
---|---|---|
committer | Tom Rini | 2021-01-18 14:59:29 -0500 |
commit | 9f6322bd6bb349e3f7a57035c389f345a507afce (patch) | |
tree | b538207eec66a0aee57a9748d1f11f55f29061dc /configs | |
parent | d67393503be80ea742ee0a2819a50298f1bbdfd8 (diff) |
configs: pumpkin: enable fastboot
Enable fastboot commands for mt8516 pumpkin board.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/pumpkin_defconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/pumpkin_defconfig b/configs/pumpkin_defconfig index 14608afaf6e..cd77889eeae 100644 --- a/configs/pumpkin_defconfig +++ b/configs/pumpkin_defconfig @@ -46,8 +46,13 @@ CONFIG_CMD_PART=y # CONFIG_CMD_SLEEP is not set CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y -# CONFIG_NET is not set CONFIG_CLK=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x4d000000 +CONFIG_FASTBOOT_BUF_SIZE=0x4000000 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=0 +CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT=y # CONFIG_INPUT is not set CONFIG_DM_MMC=y # CONFIG_MMC_QUIRKS is not set |