]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pxa: balloon3: fix comment about sdram banks
authorMarcel Ziswiler <marcel@ziswiler.com>
Sat, 28 Feb 2015 23:53:11 +0000 (00:53 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:24 +0000 (14:10 +0200)
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
include/configs/balloon3.h

index f20a631f0b5a33b5c064c2927730e7033ba4519e..e7f0345ec8eaf96166d7747b0c0c68eea72d170c 100644 (file)
@@ -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
 /*
  * 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 */