diff options
author | Martin Krause <martin.krause@tqs.de> | 2007-09-26 17:55:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-12-27 02:00:00 +0100 |
commit | 11d9eec479b470eab9242ab937fca70a876d9376 (patch) | |
tree | 853095175a7d8f18b131d862a9f99f8251200bcd /board/tqm8xx | |
parent | 22d1a56cbfb0bff34f477b4db6a55d076d829b83 (diff) | |
download | u-boot-imx-11d9eec479b470eab9242ab937fca70a876d9376.zip u-boot-imx-11d9eec479b470eab9242ab937fca70a876d9376.tar.gz u-boot-imx-11d9eec479b470eab9242ab937fca70a876d9376.tar.bz2 |
TQM885D: adjust for doubled flash sector size + some minor fixes
Signed-off-by: Martin Krause <martin.krause@tqs.de>
Diffstat (limited to 'board/tqm8xx')
-rw-r--r-- | board/tqm8xx/tqm8xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/tqm8xx/tqm8xx.c b/board/tqm8xx/tqm8xx.c index 06bf5f8..fcd941e 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 |