summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-07-16 16:40:22 +0000
committerwdenk <wdenk>2003-07-16 16:40:22 +0000
commitcb4dbb7bbc271f988e14ec353a5e86d7f10e1da0 (patch)
treeca7b875ee18e09e8aea45ffb22539a15fadaf77c /board
parentad12965db5d145f7cf7595cbeaf03b3402f42897 (diff)
downloadtalos-obmc-uboot-cb4dbb7bbc271f988e14ec353a5e86d7f10e1da0.tar.gz
talos-obmc-uboot-cb4dbb7bbc271f988e14ec353a5e86d7f10e1da0.zip
Incorporate Patch by Lutz Dennig, 15 Jul 2003.
Diffstat (limited to 'board')
-rw-r--r--board/r360mpi/r360mpi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/r360mpi/r360mpi.c b/board/r360mpi/r360mpi.c
index fe0deee6db..2a4ce0c32b 100644
--- a/board/r360mpi/r360mpi.c
+++ b/board/r360mpi/r360mpi.c
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2001
+ * (C) Copyright 2001-2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -37,9 +37,9 @@
/*
* Memory Controller Using
*
- * CS0 - Flash memory (0x40000000)
- * CS1 - SDRAM (0x00000000}
- * CS2 -
+ * CS0 - Flash memory (0x40000000)
+ * CS1 - FLASH memory (0x????????)
+ * CS2 - SDRAM (0x00000000)
* CS3 -
* CS4 -
* CS5 -
@@ -148,7 +148,7 @@ long int initdram (int board_type)
udelay (1000);
/*
- * Check Bank 0 Memory Size for re-configuration
+ * Check Bank 2 Memory Size for re-configuration
*
* try 8 column mode
*/
OpenPOWER on IntegriCloud