diff options
author | Tom Rini <trini@ti.com> | 2014-04-25 15:08:43 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-25 15:08:43 -0400 |
commit | 8854070784450f7ade382c5792b2721fbe27315a (patch) | |
tree | 4a6a2c17d26f81f7f7ffb87e4859745a1380843e | |
parent | 5fcb084932de05bba2dee10e340638a2b1e6f8c0 (diff) | |
parent | 0cdd762027340ad82fdc2bf7476e8e791529a251 (diff) | |
download | u-boot-imx-8854070784450f7ade382c5792b2721fbe27315a.zip u-boot-imx-8854070784450f7ade382c5792b2721fbe27315a.tar.gz u-boot-imx-8854070784450f7ade382c5792b2721fbe27315a.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-arc
-rw-r--r-- | include/configs/axs101.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index f6b569a..c22d6d0 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -16,7 +16,7 @@ #define CONFIG_SYS_CLK_FREQ 750000000 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ -/* dwgmac doesn't work with D$ enabled now */ +/* NAND controller DMA doesn't work correctly with D$ enabled */ #define CONFIG_SYS_DCACHE_OFF /* @@ -40,7 +40,7 @@ #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE -#define CONFIG_SYS_SDRAM_SIZE 0x10000000 /* 256 Mb */ +#define CONFIG_SYS_SDRAM_SIZE 0x20000000 /* 512 Mb */ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE) @@ -103,7 +103,7 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 #define CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW 1 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 -#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 32 +#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 64 /* * SD/MMC configuration |