Re: [U-Boot] [PATCH v2 2/5] board: am65x: Print board name and version during boot

2019-10-12 Thread Tom Rini
On Fri, Sep 27, 2019 at 01:32:12PM +0530, Lokesh Vutla wrote: > Print the board name and ver along with the DT Model. > While at it print the ver for all the detected daughter cards. > > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

[U-Boot] [PATCH v2 2/5] board: am65x: Print board name and version during boot

2019-09-27 Thread Lokesh Vutla
Print the board name and ver along with the DT Model. While at it print the ver for all the detected daughter cards. Signed-off-by: Lokesh Vutla --- board/ti/am65x/evm.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/board/ti/am65x/evm.c