summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-03-01 00:53:11 +0100
committerMarek Vasut <marex@denx.de>2015-03-02 10:59:50 +0100
commit44d6db6fc498f4f0337993d7343bab6f893c7979 (patch)
tree118786e0a329b77e04198468da23926720e40a5c /include
parentac078fef8cfa7f7e157615ef1868ab3de8230cef (diff)
downloadtalos-obmc-uboot-44d6db6fc498f4f0337993d7343bab6f893c7979.tar.gz
talos-obmc-uboot-44d6db6fc498f4f0337993d7343bab6f893c7979.zip
pxa: balloon3: fix comment about sdram banks
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/balloon3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h
index f20a631f0b..e7f0345ec8 100644
--- a/include/configs/balloon3.h
+++ b/include/configs/balloon3.h
@@ -13,7 +13,7 @@
* High Level Board Configuration Options
*/
#define CONFIG_CPU_PXA27X 1 /* Marvell PXA270 CPU */
-#define CONFIG_BALLOON3 1 /* Balloon3 board */
+#define CONFIG_BALLOON3 1 /* Balloon3 board */
/*
* Environment settings
@@ -89,12 +89,12 @@
/*
* DRAM Map
*/
-#define CONFIG_NR_DRAM_BANKS 3 /* 2 banks of DRAM */
+#define CONFIG_NR_DRAM_BANKS 3 /* 3 banks of DRAM */
#define PHYS_SDRAM_1 0xa0000000 /* SDRAM Bank #1 */
#define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */
#define PHYS_SDRAM_2 0xb0000000 /* SDRAM Bank #2 */
#define PHYS_SDRAM_2_SIZE 0x08000000 /* 128 MB */
-#define PHYS_SDRAM_3 0x80000000 /* SDRAM Bank #2 */
+#define PHYS_SDRAM_3 0x80000000 /* SDRAM Bank #3 */
#define PHYS_SDRAM_3_SIZE 0x08000000 /* 128 MB */
#define CONFIG_SYS_DRAM_BASE 0xa0000000 /* CS0 */
OpenPOWER on IntegriCloud