diff mbox series

[5/5] configs: pumpkin: enable fastboot

Message ID 20201016154009.3097917-6-fparent@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series board: mediatek: pumpkin: add fastboot support | expand

Commit Message

Fabien Parent Oct. 16, 2020, 3:40 p.m. UTC
Enable fastboot commands for mt8516 pumpkin board.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 configs/pumpkin_defconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Tom Rini Jan. 19, 2021, 1:03 p.m. UTC | #1
On Fri, Oct 16, 2020 at 05:40:09PM +0200, Fabien Parent wrote:

> Enable fastboot commands for mt8516 pumpkin board.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/pumpkin_defconfig b/configs/pumpkin_defconfig
index 94831adfa354..3f2cc6d023c1 100644
--- a/configs/pumpkin_defconfig
+++ b/configs/pumpkin_defconfig
@@ -46,8 +46,13 @@  CONFIG_CMD_PART=y
 # CONFIG_CMD_MISC 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