diff options
| author | Wadim Egorov <[email protected]> | 2026-06-03 08:19:46 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-17 13:55:15 -0600 |
| commit | fae363f2cff9ffc258afee3801184879899c5767 (patch) | |
| tree | 49dfe3fb759bd08aceb528feb15316c958590eb1 | |
| parent | a7830e87555abfb81cc69275cecb2bc0fbde5b28 (diff) | |
configs: phycore_am62x_a53_defconfig: Enable fastboot
Enable USB fastboot support for downloading and flashing images via
the fastboot protocol.
Signed-off-by: Wadim Egorov <[email protected]>
| -rw-r--r-- | configs/phycore_am62x_a53_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index e990d556531..ddf53b481cd 100644 --- a/configs/phycore_am62x_a53_defconfig +++ b/configs/phycore_am62x_a53_defconfig @@ -108,6 +108,9 @@ CONFIG_SYS_DFU_DATA_BUF_SIZE=0x40000 CONFIG_SYS_DFU_MAX_FILE_SIZE=0x800000 CONFIG_DMA_CHANNELS=y CONFIG_TI_K3_NAVSS_UDMA=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0xC0000000 +CONFIG_FASTBOOT_BUF_SIZE=0x2F000000 CONFIG_TI_SCI_PROTOCOL=y CONFIG_DA8XX_GPIO=y CONFIG_DM_I2C=y @@ -169,7 +172,6 @@ CONFIG_SPL_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="PHYTEC" CONFIG_USB_GADGET_VENDOR_NUM=0x0451 CONFIG_USB_GADGET_PRODUCT_NUM=0x6165 -CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_SPL_DFU=y # CONFIG_WATCHDOG is not set # CONFIG_WATCHDOG_AUTOSTART is not set |
