aboutsummaryrefslogtreecommitdiff
path: root/configs/sei510_defconfig
diff options
context:
space:
mode:
authorNeil Armstrong <neil.armstrong@linaro.org>2023-10-23 14:41:37 +0200
committerNeil Armstrong <neil.armstrong@linaro.org>2023-10-26 17:56:58 +0200
commitbf1cbba6c8187c4375a7928983f59de7151e7d8b (patch)
tree37be5cd16978aa08d5e150314c530a0ab2ee18af /configs/sei510_defconfig
parent4aa027b3f8c1b018ab50570ccf337587cc6178f8 (diff)
downloadu-boot-bf1cbba6c8187c4375a7928983f59de7151e7d8b.zip
u-boot-bf1cbba6c8187c4375a7928983f59de7151e7d8b.tar.gz
u-boot-bf1cbba6c8187c4375a7928983f59de7151e7d8b.tar.bz2
ARM: meson: enable USB DFU + RAM on Amlogic boards with USB Gadget
Enable DFU as an alternate USB boot method when script wasn't uploaded, this fixes USB full boot on G12/SM1 boards. Link: https://lore.kernel.org/r/20231023-usb-dfu-boot-v1-4-df9d121c67c1@linaro.org [narmstrong: remove dfu from ad401] Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'configs/sei510_defconfig')
-rw-r--r--configs/sei510_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sei510_defconfig b/configs/sei510_defconfig
index e3e1b15..c4a49fb 100644
--- a/configs/sei510_defconfig
+++ b/configs/sei510_defconfig
@@ -38,6 +38,7 @@ CONFIG_CMD_ADTIMG=y
CONFIG_CMD_ABOOTIMG=y
# CONFIG_CMD_IMI is not set
CONFIG_CMD_BCB=y
+CONFIG_CMD_DFU=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
# CONFIG_CMD_LOADS is not set
@@ -53,6 +54,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SYS_MMC_ENV_DEV=2
CONFIG_SYS_MMC_ENV_PART=1
+CONFIG_DFU_RAM=y
CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x6000000
CONFIG_FASTBOOT_FLASH=y