1
0
Fork 0

Fix size of RAM

utp
Martin T. H. Sandsmark 2016-08-12 21:28:04 +02:00 committed by Martin T. H. Sandsmark
parent 4e37642b7c
commit a0e20c0ab6
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
#define PHYS_SDRAM_SIZE SZ_256M
#define PHYS_SDRAM_SIZE SZ_512M
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR