Re: [U-Boot] [PATCH] ARM: am43xx: fix SOC revision print outs

2017-03-17 Thread Tom Rini
On Thu, Mar 16, 2017 at 09:48:54AM +0200, Tero Kristo wrote: > Currently, AM43xx just re-uses the version strings from AM33xx which is > wrong; the actual values for AM43xx are different. Fix this by adding > a separate version string array for AM43xx and use this instead. > > Signed-off-by: Tero

Re: [U-Boot] [PATCH] ARM: am43xx: fix SOC revision print outs

2017-03-17 Thread Lukasz Majewski
On Thu, 16 Mar 2017 09:48:54 +0200 Tero Kristo wrote: > Currently, AM43xx just re-uses the version strings from AM33xx which > is wrong; the actual values for AM43xx are different. Fix this by > adding a separate version string array for AM43xx and use this > instead. > > Signed-off-by: Tero Kri

[U-Boot] [PATCH] ARM: am43xx: fix SOC revision print outs

2017-03-16 Thread Tero Kristo
Currently, AM43xx just re-uses the version strings from AM33xx which is wrong; the actual values for AM43xx are different. Fix this by adding a separate version string array for AM43xx and use this instead. Signed-off-by: Tero Kristo Reported-by: Sekhar Nori --- arch/arm/mach-omap2/am33xx/sys_i

Re: [U-Boot] [PATCH] ARM: am43xx: fix SOC revision print outs

2017-03-16 Thread Lokesh Vutla
On Thursday 16 March 2017 01:18 PM, Tero Kristo wrote: > Currently, AM43xx just re-uses the version strings from AM33xx which is > wrong; the actual values for AM43xx are different. Fix this by adding > a separate version string array for AM43xx and use this instead. > > Signed-off-by: Tero Kris