u-boot-brain/board/freescale/mx35pdk
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
..
lowlevel_init.S Makefile : fix generation of cpu related asm-offsets.h 2011-09-07 21:41:27 +02:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
mx35pdk.c MX35: mx35pdk: wrong board revision 2012-04-16 14:53:59 +02:00
mx35pdk.h MX35: added ESDC structure to imx-regs 2011-11-03 22:56:17 +01:00