diff options
| author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:54 +1100 | 
|---|---|---|
| committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:54 +1100 | 
| commit | 96cd66426a6a615373f7f33fb2a8b7ee3925b1cf (patch) | |
| tree | 4adf528d0ce2fb58f0c90933fd86c5b60a3be0fe /include/configs/eNET.h | |
| parent | ed4cba79d640daa33806fa228c1a10c6bf9e2101 (diff) | |
| download | olio-uboot-2014.01-96cd66426a6a615373f7f33fb2a8b7ee3925b1cf.tar.xz olio-uboot-2014.01-96cd66426a6a615373f7f33fb2a8b7ee3925b1cf.zip | |
sc520: Move RAM sizing code from asm to C
Diffstat (limited to 'include/configs/eNET.h')
| -rw-r--r-- | include/configs/eNET.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 0891e1b27..f50d36d5e 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -136,11 +136,11 @@   * SDRAM Configuration   */  #define CONFIG_SYS_SDRAM_DRCTMCTL		0x18 +#define CONFIG_SYS_SDRAM_REFRESH_RATE		156  #define CONFIG_NR_DRAM_BANKS			4  /* CONFIG_SYS_SDRAM_DRCTMCTL Overrides the following*/  #undef CONFIG_SYS_SDRAM_PRECHARGE_DELAY -#undef CONFIG_SYS_SDRAM_REFRESH_RATE  #undef CONFIG_SYS_SDRAM_RAS_CAS_DELAY  #undef CONFIG_SYS_SDRAM_CAS_LATENCY_2T  #undef CONFIG_SYS_SDRAM_CAS_LATENCY_3T |