Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / common / board_f.c
index ef3f036dadcc12b00e6d4cacc2455ebda28ddfe2..4d8b8a626becb3a3685a9f18bad66bc96e0dfeb6 100644 (file)
@@ -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)