diff options
author | Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> | 2012-11-20 02:06:25 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-19 15:51:58 -0700 |
commit | 46dc5bcade4e6d26dfe44baf644c8dca70717917 (patch) | |
tree | 655f251244ca82e5c10a10810fc45f3034ebb19d /boards.cfg | |
parent | 92ace272d06cec1d7f1533bb9edf914fb5845fba (diff) | |
download | u-boot-imx-46dc5bcade4e6d26dfe44baf644c8dca70717917.zip u-boot-imx-46dc5bcade4e6d26dfe44baf644c8dca70717917.tar.gz u-boot-imx-46dc5bcade4e6d26dfe44baf644c8dca70717917.tar.bz2 |
coldfire: eb_cpu5282: fix: boot from internal flash
* By a sequence of unfavorable conditions in the config header file, the eb_cpu5282
booting from internal stopped after relocation. Blame it is a faulty value of
CONFIG_SYS_MONITOR_BASE. This patch fix this by replace the wrong condition in
config header with option in board.cfg
Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -373,8 +373,8 @@ M5235EVB m68k mcf523x m5235evb freesca M5235EVB_Flash32 m68k mcf523x m5235evb freescale - M5235EVB:NORFLASH_PS32BIT,SYS_TEXT_BASE=0xFFC00000 cobra5272 m68k mcf52x2 cobra5272 - idmr m68k mcf52x2 -eb_cpu5282 m68k mcf52x2 eb_cpu5282 BuS - eb_cpu5282:SYS_TEXT_BASE=0xFF000000 -eb_cpu5282_internal m68k mcf52x2 eb_cpu5282 BuS - eb_cpu5282:SYS_TEXT_BASE=0xF0000000 +eb_cpu5282 m68k mcf52x2 eb_cpu5282 BuS - eb_cpu5282:SYS_TEXT_BASE=0xFF000000,SYS_MONITOR_BASE=0xFF000400 +eb_cpu5282_internal m68k mcf52x2 eb_cpu5282 BuS - eb_cpu5282:SYS_TEXT_BASE=0xF0000000,SYS_MONITOR_BASE=0xF0000418 TASREG m68k mcf52x2 tasreg esd M5208EVBE m68k mcf52x2 m5208evbe freescale M5249EVB m68k mcf52x2 m5249evb freescale |