diff options
author | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:14:26 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-15 00:14:26 +0100 |
commit | 92915741fc7c77175680e036965fb88d7552d743 (patch) | |
tree | ea4fd23ae70a1e9f444582cf98529dc21358e612 /include/asm-avr32/sdram.h | |
parent | d9da0a394a141cf188d646dd89e30c083526ce77 (diff) | |
parent | d38da537943cd36356b9d3d9d9b60533554b81d8 (diff) | |
download | u-boot-imx-92915741fc7c77175680e036965fb88d7552d743.zip u-boot-imx-92915741fc7c77175680e036965fb88d7552d743.tar.gz u-boot-imx-92915741fc7c77175680e036965fb88d7552d743.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
Diffstat (limited to 'include/asm-avr32/sdram.h')
-rw-r--r-- | include/asm-avr32/sdram.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-avr32/sdram.h b/include/asm-avr32/sdram.h index 5057eef..833af6e 100644 --- a/include/asm-avr32/sdram.h +++ b/include/asm-avr32/sdram.h @@ -26,6 +26,9 @@ struct sdram_info { unsigned long phys_addr; unsigned int row_bits, col_bits, bank_bits; unsigned int cas, twr, trc, trp, trcd, tras, txsr; + + /* SDRAM refresh period in cycles */ + unsigned long refresh_period; }; extern unsigned long sdram_init(const struct sdram_info *info); |