diff options
author | Stefano Babic | 2012-04-09 13:29:06 +0200 |
---|---|---|
committer | Albert ARIBAUD | 2012-04-16 14:53:59 +0200 |
commit | 2f002eceae44c21656b7f596624c636157ffdf1c (patch) | |
tree | f23dabf5ed61b5dd7f9bad69bbadd36c57544038 /include | |
parent | fbf4a074e0b7eb4864836084eff2a747617be0b4 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx35pdk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 1e03639adfb..de4b954a52f 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -34,7 +34,6 @@ #define CONFIG_MX35_HCLK_FREQ 24000000 #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_DISPLAY_BOARDINFO /* Set TEXT at the beginning of the NOR flash */ #define CONFIG_SYS_TEXT_BASE 0xA0000000 |