summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMartin Krause <martin.krause@tqs.de>2007-09-26 17:55:56 +0200
committerWolfgang Denk <wd@denx.de>2007-12-27 02:00:00 +0100
commit11d9eec479b470eab9242ab937fca70a876d9376 (patch)
tree853095175a7d8f18b131d862a9f99f8251200bcd /board
parent22d1a56cbfb0bff34f477b4db6a55d076d829b83 (diff)
downloadtalos-obmc-uboot-11d9eec479b470eab9242ab937fca70a876d9376.tar.gz
talos-obmc-uboot-11d9eec479b470eab9242ab937fca70a876d9376.zip
TQM885D: adjust for doubled flash sector size + some minor fixes
Signed-off-by: Martin Krause <martin.krause@tqs.de>
Diffstat (limited to 'board')
-rw-r--r--board/tqm8xx/tqm8xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/tqm8xx/tqm8xx.c b/board/tqm8xx/tqm8xx.c
index 06bf5f8ee2..fcd941e0d2 100644
--- a/board/tqm8xx/tqm8xx.c
+++ b/board/tqm8xx/tqm8xx.c
@@ -184,7 +184,7 @@ long int initdram (int board_type)
#ifndef CONFIG_CAN_DRIVER
if ((board_type != 'L') &&
(board_type != 'M') &&
- (board_type != 'D') ) { /* "L" and "M" type boards have only one bank SDRAM */
+ (board_type != 'D') ) { /* only one SDRAM bank on L, M and D modules */
memctl->memc_or3 = CFG_OR3_PRELIM;
memctl->memc_br3 = CFG_BR3_PRELIM;
}
@@ -260,7 +260,7 @@ long int initdram (int board_type)
#ifndef CONFIG_CAN_DRIVER
if ((board_type != 'L') &&
(board_type != 'M') &&
- (board_type != 'D') ) { /* "L" and "M" type boards have only one bank SDRAM */
+ (board_type != 'D') ) { /* only one SDRAM bank on L, M and D modules */
/*
* Check Bank 1 Memory Size
* use current column settings
OpenPOWER on IntegriCloud