]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpc8266ads/mpc8266ads.c
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / board / mpc8266ads / mpc8266ads.c
index 68a59a680c1e30f9bab2f268ed8387a19a46fbaa..e2c98b1b047ae7fa198172937b8f637b512a429a 100644 (file)
@@ -562,13 +562,13 @@ long int initdram(int board_type)
     printf(", Using Bank Based Interleave\n");
 #else
     printf(", Using Page Based Interleave\n");
-#endif    
+#endif
        printf("\tTotal size: ");
 
-    /* this delay only needed for original 16MB DIMM... 
+    /* this delay only needed for original 16MB DIMM...
      * Not needed for any other memory configuration */
     if ((sdram_size * chipselects) == (16 *1024 *1024))
-        udelay (250000);
+       udelay (250000);
     return (sdram_size * chipselects);
        /*return (16 * 1024 * 1024);*/
 }
@@ -584,4 +584,3 @@ void pci_init_board(void)
        pci_mpc8250_init(&hose);
 }
 #endif
-