summaryrefslogtreecommitdiffstats
path: root/include/configs/M5485EVB.h
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-06-18 13:21:19 -0500
committerJohn Rigby <jrigby@freescale.com>2008-07-11 10:45:57 -0600
commit56d52615cd47bc522ee13bb7ec7e59d6ce9426c7 (patch)
tree47e6589c87d635acd49fecead4ce6e3a53614f4d /include/configs/M5485EVB.h
parent6e37091afc07fdcc15590093fd066b0cb7399f85 (diff)
downloadblackbird-obmc-uboot-56d52615cd47bc522ee13bb7ec7e59d6ce9426c7.tar.gz
blackbird-obmc-uboot-56d52615cd47bc522ee13bb7ec7e59d6ce9426c7.zip
ColdFire: Fix code flash configuration for M547x/M548x boards
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
Diffstat (limited to 'include/configs/M5485EVB.h')
-rw-r--r--include/configs/M5485EVB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h
index b73e2e006d..0f957fff58 100644
--- a/include/configs/M5485EVB.h
+++ b/include/configs/M5485EVB.h
@@ -289,9 +289,9 @@
#define CFG_CS0_CTRL 0x00101980
#ifdef CFG_NOR1SZ
-#define CFG_CS1_BASE 0xF8000000
+#define CFG_CS1_BASE 0xE0000000
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
-#define CFG_CS1_CTRL 0x00000D80
+#define CFG_CS1_CTRL 0x00101D80
#endif
#endif /* _M5485EVB_H */
OpenPOWER on IntegriCloud