Re: [PATCH 7/8] board: ti: introduce the basic files needed to support the am62a

2022-12-09 Thread Tom Rini
On Thu, Nov 03, 2022 at 07:13:57PM -0500, Bryan Brattlof wrote: > Introduce the bare minimum SD and UART support for the am62a sk. > > Signed-off-by: Bryan Brattlof > Reviewed-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 7/8] board: ti: introduce the basic files needed to support the am62a

2022-11-04 Thread Tom Rini
On Thu, Nov 03, 2022 at 07:13:57PM -0500, Bryan Brattlof wrote: > Introduce the bare minimum SD and UART support for the am62a sk. > > Signed-off-by: Bryan Brattlof Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 7/8] board: ti: introduce the basic files needed to support the am62a

2022-11-03 Thread Bryan Brattlof
Introduce the bare minimum SD and UART support for the am62a sk. Signed-off-by: Bryan Brattlof --- board/ti/am62ax/Kconfig | 52 +++ board/ti/am62ax/MAINTAINERS | 9 + board/ti/am62ax/Makefile | 7 board/ti/am62ax/evm.c