Re: [U-Boot] [PATCH v2 1/3] ARM: AM437X: Add Silicon ID support

2016-08-30 Thread Tom Rini
On Tue, Aug 30, 2016 at 11:01:32AM +0530, Lokesh Vutla wrote: > Add silicon ID code for AM437x silicon. This can be used to print > the cpu info using CONFIG_DISPLAY_CPUINFO. > Also printing "CPU :" along with cpu name in order to be consistent > with other OMAP platforms. > > Signed-off-by: Loke

[U-Boot] [PATCH v2 1/3] ARM: AM437X: Add Silicon ID support

2016-08-29 Thread Lokesh Vutla
Add silicon ID code for AM437x silicon. This can be used to print the cpu info using CONFIG_DISPLAY_CPUINFO. Also printing "CPU :" along with cpu name in order to be consistent with other OMAP platforms. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/am33xx/sys_info.c | 5 - arch/arm/i