浏览代码

Fix Quad UART mapping on MCC200 board due to new HW revision

Wolfgang Denk 19 年之前
父节点
当前提交
b81a4630a3
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      CHANGELOG
  2. 1 1
      include/configs/mcc200.h

+ 2 - 0
CHANGELOG

@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 Changes since U-Boot 1.1.4:
 ======================================================================
 ======================================================================
 
 
+* Fix Quad UART mapping on MCC200 board due to new HW revision
+
 * Fix JFFS2 support for legacy NAND driver.
 * Fix JFFS2 support for legacy NAND driver.
 
 
 * Remove dependencies between DoC code and old legacy NAND driver.
 * Remove dependencies between DoC code and old legacy NAND driver.

+ 1 - 1
include/configs/mcc200.h

@@ -250,7 +250,7 @@
 /* Quad UART @0x80000000 (MBAR is relocated to 0xF0000000) */
 /* Quad UART @0x80000000 (MBAR is relocated to 0xF0000000) */
 #define CFG_CS2_START		0x80000000
 #define CFG_CS2_START		0x80000000
 #define CFG_CS2_SIZE		0x00001000
 #define CFG_CS2_SIZE		0x00001000
-#define CFG_CS2_CFG		0x1d800
+#define CFG_CS2_CFG		0x1d300
 
 
 #define CFG_CS_BURST		0x00000000
 #define CFG_CS_BURST		0x00000000
 #define CFG_CS_DEADCYCLE	0x33333333
 #define CFG_CS_DEADCYCLE	0x33333333