]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
m28evk: Fix comment about the number of RAM banks
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 10 Nov 2011 06:38:45 +0000 (06:38 +0000)
committerStefano Babic <sbabic@denx.de>
Fri, 11 Nov 2011 10:36:58 +0000 (11:36 +0100)
m28evk has one bank of RAM.

Fix the comment.

Cc: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
include/configs/m28evk.h

index 52dcd4a6c587701ed1f4f1c1b74bb581e5a2d50f..d4bd207d58b92544a2e5a45d6c0d63c3add3598b 100644 (file)
@@ -80,7 +80,7 @@
 /*
  * Memory configurations
  */
-#define        CONFIG_NR_DRAM_BANKS            1               /* 2 banks of DRAM */
+#define        CONFIG_NR_DRAM_BANKS            1               /* 1 bank of DRAM */
 #define        PHYS_SDRAM_1                    0x40000000      /* Base address */
 #define        PHYS_SDRAM_1_SIZE               0x40000000      /* Max 1 GB RAM */
 #define        CONFIG_STACKSIZE                0x00010000      /* 128 KB stack */