]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/cpu.c
mpc85xx: rename sdram_init() lbc_sdram_init()
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / cpu.c
index bea8e10af7e19545c276d1371f8cdf809dc32b99..afa9ca978b61c2d390ab8e3ffdacf36246b4041b 100644 (file)
@@ -331,7 +331,7 @@ phys_size_t initdram(int board_type)
 #endif
 
        /* Some boards also have sdram on the lbc */
-       sdram_init();
+       lbc_sdram_init();
 
        puts("DDR: ");
        return dram_size;