Re: [U-Boot] [PATCH] MX51: Fix MX51 CPU detect message

2010-04-24 Thread Stefano Babic
Fabio Estevam wrote: > Fix MX51 CPU detect message. > > Original string was: > CPU: Freescale i.MX51 family 3.0V at 800 MHz > > which can be misinterpreted as 3.0 Volts instead of the silicon revision. > > ,change it to: > CPU: Freescale i.MX51 family rev3.0 at 800 MHz > > Signed-off-by:

[U-Boot] [PATCH] MX51: Fix MX51 CPU detect message

2010-04-23 Thread Fabio Estevam
Fix MX51 CPU detect message. Original string was: CPU: Freescale i.MX51 family 3.0V at 800 MHz which can be misinterpreted as 3.0 Volts instead of the silicon revision. ,change it to: CPU: Freescale i.MX51 family rev3.0 at 800 MHz Signed-off-by: Fabio Estevam --- arch/arm/cpu/arm_corte