--- u-boot-2010-06-original/include/configs/pm9263.h 2010-06-29 23:28:28.000000000 +0200 +++ u-boot-2010-06/include/configs/pm9263.h 2010-09-27 12:06:48.000000000 +0200 @@ -95,7 +95,7 @@ #define CONFIG_SYS_SDRC_TR_VAL1 0x3AA /* SDRAMC_CR - Configuration register*/ #define CONFIG_SYS_SDRC_CR_VAL \ - (AT91_SDRAMC_NC_9 | \ + (AT91_SDRAMC_NC_10 | \ AT91_SDRAMC_NR_13 | \ AT91_SDRAMC_NB_4 | \ AT91_SDRAMC_CAS_2 | \ @@ -221,7 +221,7 @@ /* SDRAM */ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM 0x20000000 -#define PHYS_SDRAM_SIZE 0x04000000 /* 64 megs */ +#define PHYS_SDRAM_SIZE 0x08000000 /* 128 megs */ /* DataFlash */ #define CONFIG_ATMEL_DATAFLASH_SPI