summaryrefslogtreecommitdiffstats
path: root/common/board_f.c
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2015-02-06 23:06:48 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-02-17 22:54:38 +0100
commita752a8b4c49d67daa4ea9f9ebac3972bb1c2328b (patch)
tree145248ad901cd8fcfbaa385345c270fdbea14647 /common/board_f.c
parentc722f0b026249385bbbcec4f5be9bd3abd69342c (diff)
downloadblackbird-obmc-uboot-a752a8b4c49d67daa4ea9f9ebac3972bb1c2328b.tar.gz
blackbird-obmc-uboot-a752a8b4c49d67daa4ea9f9ebac3972bb1c2328b.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_f.c b/common/board_f.c
index ef3f036dad..4d8b8a626b 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)
OpenPOWER on IntegriCloud