Commit 8854070784450f7ade382c5792b2721fbe27315a

Authored by Tom Rini

Merge branch 'master' of git://www.denx.de/git/u-boot-arc

Showing 1 changed file Side-by-side Diff

include/configs/axs101.h
... ... @@ -16,7 +16,7 @@
16 16 #define CONFIG_SYS_CLK_FREQ 750000000
17 17 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ
18 18  
19   -/* dwgmac doesn't work with D$ enabled now */
  19 +/* NAND controller DMA doesn't work correctly with D$ enabled */
20 20 #define CONFIG_SYS_DCACHE_OFF
21 21  
22 22 /*
... ... @@ -40,7 +40,7 @@
40 40  
41 41 #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
42 42 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
43   -#define CONFIG_SYS_SDRAM_SIZE 0x10000000 /* 256 Mb */
  43 +#define CONFIG_SYS_SDRAM_SIZE 0x20000000 /* 512 Mb */
44 44  
45 45 #define CONFIG_SYS_INIT_SP_ADDR \
46 46 (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
... ... @@ -103,7 +103,7 @@
103 103 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
104 104 #define CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW 1
105 105 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
106   -#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 32
  106 +#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 64
107 107  
108 108 /*
109 109 * SD/MMC configuration