aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32/sdram.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/sdram.h')
-rw-r--r--include/asm-avr32/sdram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-avr32/sdram.h b/include/asm-avr32/sdram.h
index 7bdefc1fd..762acfa07 100644
--- a/include/asm-avr32/sdram.h
+++ b/include/asm-avr32/sdram.h
@@ -25,8 +25,8 @@
struct sdram_config {
/* Number of data bits. */
enum {
- SDRAM_DATA_16BIT,
- SDRAM_DATA_32BIT,
+ SDRAM_DATA_16BIT = 16,
+ SDRAM_DATA_32BIT = 32,
} data_bits;
/* Number of address bits */