]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_f.c
board_f: call init_func_ram on MIPS
[karo-tx-uboot.git] / common / board_f.c
index f285bad5388e74cc2170955b79e3a47aaf197dd5..2ece9e26aaf3df0ddae1b0b977da2bcaff8b7c02 100644 (file)
@@ -173,7 +173,7 @@ static int announce_dram_init(void)
        return 0;
 }
 
-#ifdef CONFIG_PPC
+#if defined(CONFIG_MIPS) || defined(CONFIG_PPC)
 static int init_func_ram(void)
 {
 #ifdef CONFIG_BOARD_TYPES
@@ -889,7 +889,7 @@ static init_fnc_t init_sequence_f[] = {
 #ifdef CONFIG_ARM
        dram_init,              /* configure available RAM banks */
 #endif
-#ifdef CONFIG_PPC
+#if defined(CONFIG_MIPS) || defined(CONFIG_PPC)
        init_func_ram,
 #endif
 #ifdef CONFIG_POST