]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_f.c
avr32: add generic board support
[karo-tx-uboot.git] / common / board_f.c
index 541ca1a955ae27fac6f6bb15fbd3d863451fa966..b54ff2320ee97926ad7cc3ac650260014e7ed2b7 100644 (file)
@@ -892,7 +892,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)