[PATCH 3/4] configs: am62x_r5_usbdfu: extend for AM62Px
Mattijs Korpershoek
mkorpershoek at baylibre.com
Wed Dec 18 10:58:18 CET 2024
Hi Siddharth,
Thank you for the patch.
On mar., déc. 17, 2024 at 18:46, Siddharth Vadapalli <s-vadapalli at ti.com> wrote:
> 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 at ti.com>
I confirm this is needed, without this, the tispl size is too big and we
can't build.
Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
> ---
> configs/am62x_r5_usbdfu.config | 3 +++
> 1 file changed, 3 insertions(+)
>
> 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
> --
> 2.43.0
More information about the U-Boot
mailing list