diff options
| author | Siddharth Vadapalli <[email protected]> | 2025-02-10 16:52:26 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-20 16:07:25 -0600 |
| commit | 8d1c65fce8bb47f749d23c2b5a3faf29885ee2bf (patch) | |
| tree | 31b46233da57f82e954dd803780ea8c510cbf840 | |
| parent | e3016930453ff544462dfadac7fb6bb1b41ab9ae (diff) | |
configs: am62x_r5_usbdfu: extend for AM62Px
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 <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Roger Quadros <[email protected]>
| -rw-r--r-- | configs/am62x_r5_usbdfu.config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
