]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: introduce configs for the am62a
authorBryan Brattlof <bb@ti.com>
Fri, 4 Nov 2022 00:13:58 +0000 (19:13 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 9 Dec 2022 19:12:28 +0000 (14:12 -0500)
commit719bd650c30e86d43c9a6c1e289e82db802b0d3c
treefd18d014c74b7547be30501aba074e42214872cc
parentd90c8bc441e2f0331fa2365ad07927bbbef725b3
configs: introduce configs for the am62a

Introduce the minimum configs, only SD-MMC and UART boot related
settings, to serve as a good starting point for the am62a as we add more
functionality.

Signed-off-by: Bryan Brattlof <bb@ti.com>
[trini: Disable CONFIG_NET as it's not used, in both platforms]
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/am62ax_evm_a53_defconfig [new file with mode: 0644]
configs/am62ax_evm_r5_defconfig [new file with mode: 0644]
include/configs/am62ax_evm.h [new file with mode: 0644]