summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-08-04 21:56:49 +0000
committerwdenk <wdenk>2004-08-04 21:56:49 +0000
commit89394047ba438f70f40ebc89b812824b01fec663 (patch)
treedb73eec28812ad5f65f81db65c1d479798d88d33 /include
parent429168ea88daf7140005c790796fc150d746aacf (diff)
* 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')
-rw-r--r--include/configs/TQM5200.h2
-rw-r--r--include/configs/Total5200.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index 4b2763364..1f83aa53d 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
diff --git a/include/configs/Total5200.h b/include/configs/Total5200.h
index 47f24be52..7e3c11ea6 100644
--- a/include/configs/Total5200.h
+++ b/include/configs/Total5200.h
@@ -173,7 +173,6 @@
"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0" \
"rootpath=/opt/eldk/ppc_82xx\0" \
"bootfile=/tftpboot/MPC5200/uImage\0" \
- "console=serial\0" \
""
#define CONFIG_BOOTCOMMAND "run flash_self"
@@ -357,7 +356,7 @@
#define CFG_CS2_START CFG_LCD_BASE
#define CFG_CS2_SIZE 0x00400000 /* 4096 kB */
-#define CFG_CS2_CFG 0x0032FD00 /* 50WS, MX, AL, AA, CE, AS_25, DS_16 */
+#define CFG_CS2_CFG 0x0032FD0C /* 50WS, MX, AL, AA, CE, AS_25, DS_16, endian swapping */
#if CONFIG_TOTAL5200_REV==1
# define CFG_CS3_START CFG_CPLD_BASE