Re: [PATCH 2/3] board: ti: am335x: Add BBE Lite support

2022-04-21 Thread Tom Rini
On Mon, Apr 11, 2022 at 03:42:00PM +, Paul Barker wrote: > The Sancloud BeagleBone Enhanced Lite (BBE Lite) has its own devicetree > file and the board can be identified by the 2nd letter of the config > string within the common EEPROM. > > Signed-off-by: Paul Barker Applied to u-boot/maste

[PATCH 2/3] board: ti: am335x: Add BBE Lite support

2022-04-11 Thread Paul Barker
The Sancloud BeagleBone Enhanced Lite (BBE Lite) has its own devicetree file and the board can be identified by the 2nd letter of the config string within the common EEPROM. Signed-off-by: Paul Barker --- board/ti/am335x/board.c | 10 -- include/configs/am335x_evm.h | 2 ++ 2 files