diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-13 16:35:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-13 16:35:22 +0200 |
commit | b81a4630a3914d611ca3e72b451c4509c60ae9b1 (patch) | |
tree | f6f0c012ed7685c1b1b6fa5ca811b1d55780d7d8 | |
parent | b28a31ca0290627c531b9df0d48ec0239078d2d4 (diff) | |
download | u-boot-imx-b81a4630a3914d611ca3e72b451c4509c60ae9b1.zip u-boot-imx-b81a4630a3914d611ca3e72b451c4509c60ae9b1.tar.gz u-boot-imx-b81a4630a3914d611ca3e72b451c4509c60ae9b1.tar.bz2 |
Fix Quad UART mapping on MCC200 board due to new HW revision
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | include/configs/mcc200.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ 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. * Remove dependencies between DoC code and old legacy NAND driver. diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h index 67c2483..2b1c0d0 100644 --- a/include/configs/mcc200.h +++ b/include/configs/mcc200.h @@ -250,7 +250,7 @@ /* Quad UART @0x80000000 (MBAR is relocated to 0xF0000000) */ #define CFG_CS2_START 0x80000000 #define CFG_CS2_SIZE 0x00001000 -#define CFG_CS2_CFG 0x1d800 +#define CFG_CS2_CFG 0x1d300 #define CFG_CS_BURST 0x00000000 #define CFG_CS_DEADCYCLE 0x33333333 |