Skip to content
Snippets Groups Projects
Commit 44d6db6f authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Marek Vasut
Browse files

pxa: balloon3: fix comment about sdram banks

parent ac078fef
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* High Level Board Configuration Options * High Level Board Configuration Options
*/ */
#define CONFIG_CPU_PXA27X 1 /* Marvell PXA270 CPU */ #define CONFIG_CPU_PXA27X 1 /* Marvell PXA270 CPU */
#define CONFIG_BALLOON3 1 /* Balloon3 board */ #define CONFIG_BALLOON3 1 /* Balloon3 board */
/* /*
* Environment settings * Environment settings
...@@ -89,12 +89,12 @@ ...@@ -89,12 +89,12 @@
/* /*
* DRAM Map * 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 0xa0000000 /* SDRAM Bank #1 */
#define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */ #define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */
#define PHYS_SDRAM_2 0xb0000000 /* SDRAM Bank #2 */ #define PHYS_SDRAM_2 0xb0000000 /* SDRAM Bank #2 */
#define PHYS_SDRAM_2_SIZE 0x08000000 /* 128 MB */ #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 PHYS_SDRAM_3_SIZE 0x08000000 /* 128 MB */
#define CONFIG_SYS_DRAM_BASE 0xa0000000 /* CS0 */ #define CONFIG_SYS_DRAM_BASE 0xa0000000 /* CS0 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment