diff options
author | wdenk <wdenk> | 2004-08-04 21:56:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-04 21:56:49 +0000 |
commit | 89394047ba438f70f40ebc89b812824b01fec663 (patch) | |
tree | db73eec28812ad5f65f81db65c1d479798d88d33 /include/configs/TQM5200.h | |
parent | 429168ea88daf7140005c790796fc150d746aacf (diff) | |
download | u-boot-imx-89394047ba438f70f40ebc89b812824b01fec663.zip u-boot-imx-89394047ba438f70f40ebc89b812824b01fec663.tar.gz u-boot-imx-89394047ba438f70f40ebc89b812824b01fec663.tar.bz2 |
* Patch by Martin Krause, 03 Aug 2004:
change timing for SM501 graphics controller on TQM5200 module
* Patch by Mark Jonas, 13 July 2004:
- Total5200 LCD now run in little endian mode. Endianess conversion
is done in hardware.
- Removed last reference to "console" environment variable.
Diffstat (limited to 'include/configs/TQM5200.h')
-rw-r--r-- | include/configs/TQM5200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 4b27633..1f83aa5 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -474,7 +474,7 @@ #if defined (CONFIG_TQM5200_AB) || defined (CONFIG_TQM5200_AC) #define CFG_CS1_START 0xE0000000 #define CFG_CS1_SIZE 0x4000000 /* 64 MByte */ -#define CFG_CS1_CFG 0x0148FF70 +#define CFG_CS1_CFG 0x8F48FF70 #define SM501_MMIO_BASE CFG_CS1_START + 0x03E00000 #endif |