diff options
| author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-06 23:06:48 +0100 | 
|---|---|---|
| committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-17 22:54:38 +0100 | 
| commit | a752a8b4c49d67daa4ea9f9ebac3972bb1c2328b (patch) | |
| tree | 145248ad901cd8fcfbaa385345c270fdbea14647 /common/board_f.c | |
| parent | c722f0b026249385bbbcec4f5be9bd3abd69342c (diff) | |
avr32: add generic board support
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'common/board_f.c')
| -rw-r--r-- | common/board_f.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/board_f.c b/common/board_f.c index ef3f036dadc..4d8b8a626be 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -883,7 +883,7 @@ static init_fnc_t init_sequence_f[] = {  #endif  	announce_dram_init,  	/* TODO: unify all these dram functions? */ -#if defined(CONFIG_ARM) || defined(CONFIG_X86) || defined(CONFIG_MICROBLAZE) +#if defined(CONFIG_ARM) || defined(CONFIG_X86) || defined(CONFIG_MICROBLAZE) || defined(CONFIG_AVR32)  	dram_init,		/* configure available RAM banks */  #endif  #if defined(CONFIG_MIPS) || defined(CONFIG_PPC) | 
