diff mbox series

[v3,2/3] configs: am62x_r5_usbdfu: extend for AM62Px

Message ID 20241221025229.361625-3-s-vadapalli@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Add support for USB DFU boot on AM62Px | expand

Commit Message

Siddharth Vadapalli Dec. 21, 2024, 2:52 a.m. UTC
Disable configs which are not required for USB DFU functionality, in
order to allow reusing this fragment for AM62Px SoC.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
---
v2:
https://patchwork.ozlabs.org/project/uboot/patch/20241218124542.3519447-3-s-vadapalli@ti.com/
Changes since v2:
- Collected Reviewed-by tag.

v1:
https://patchwork.ozlabs.org/project/uboot/patch/20241217131658.2920799-4-s-vadapalli@ti.com/
Changes since v1:
- Collected Reviewed-by tag.

 configs/am62x_r5_usbdfu.config | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/configs/am62x_r5_usbdfu.config b/configs/am62x_r5_usbdfu.config
index 772bb2ab935..f094ed127e6 100644
--- a/configs/am62x_r5_usbdfu.config
+++ b/configs/am62x_r5_usbdfu.config
@@ -26,3 +26,6 @@  CONFIG_SPL_DFU=y
 # CONFIG_CMD_MMC is not set
 # CONFIG_CMD_FAT is not set
 # CONFIG_MMC_SDHCI is not set
+# CONFIG_SPL_MTD is not set
+# CONFIG_DMA_CHANNELS is not set
+# CONFIG_TI_K3_NAVSS_UDMA is not set