]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: am62x_evm_*: Enable USB and DFU support
authorSjoerd Simons <sjoerd@collabora.com>
Mon, 6 May 2024 14:38:44 +0000 (15:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 15 May 2024 16:45:02 +0000 (10:45 -0600)
commitdfc2dff5a8442aea4923f757bfc118da5dbd9fbe
treef00c6ca53601253b113b969b979bdfe041fdf4b9
parent6165b923e89ce50b1f3566057d98bc556f39c807
configs: am62x_evm_*: Enable USB and DFU support

Provide config fragments to enable USB host as well as USB gadget and DFU
support for a53 and r5. This relevant fragment is included into the
am62x EVM a53 defconfig. For the r5, due to the smaller available size,
the config fragment also disables support for persistent storage to free
up space for USB support. This fragment needs to be included is DFU
booting is desired.

The CONFIG_DFU_SF option is placed in the defconfig rather than the
fragment as this is known not to be supported on all boards that can
support DFU.

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
configs/am62x_a53_usbdfu.config [new file with mode: 0644]
configs/am62x_evm_a53_defconfig
configs/am62x_r5_usbdfu.config [new file with mode: 0644]