Stefano Babic 2f002eceae MX35: mx35pdk: wrong board revision
The board revision is detected accessing to the pmic,
that is not available before relocation (I2C).
This generates the following error:

CPU:   Freescale i.MX35 rev 2.0 at 532 MHz.
Reset cause: WDOG
<reg num> = 7 is invalid. Should be less than 0
Board: MX35 PDK 1.0

The revision number is wrong, as a default value is printed
(tested on a mx35pdk Rev. 2.0).

Move the output in the board_late_init(), when
pmic can be accessed.

Signed-off-by: Stefano Babic <sbabic@denx.de>
2012-04-16 14:53:59 +02:00
..
2012-03-18 20:10:02 +01:00
2012-03-27 22:05:28 +02:00
2012-03-29 08:12:50 +02:00
2012-03-27 22:05:28 +02:00
2012-03-13 12:06:41 +01:00
2012-01-26 16:09:06 -06:00
2012-03-29 07:57:10 +02:00
2012-03-12 11:06:48 -04:00
2012-03-30 22:46:00 +02:00
2012-03-26 23:09:23 +02:00
2012-03-19 00:08:16 +01:00