]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX51: Fix MX51 CPU detect message
authorFabio Estevam <fabioestevam@yahoo.com>
Fri, 23 Apr 2010 13:32:01 +0000 (06:32 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 5 May 2010 07:48:41 +0000 (09:48 +0200)
commit60381d687885c0e2100657ca73e97e38c4604f5e
tree788d11af09d87db504b060d2dfe30c992cc1104c
parent68c07a0c215a64826ed13c2f9b00a6d3b298822e
MX51: Fix MX51 CPU detect message

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 <fabio.estevam@freescale.com>
arch/arm/cpu/arm_cortexa8/mx51/soc.c