]> git.sur5r.net Git - u-boot/blobdiff - board/jse/sdram.c
i.MX6: mx6qsabrelite: indent with tabs
[u-boot] / board / jse / sdram.c
index a12ebde2367ce81c1e616a7a54c396876caaa45c..8ce8798c88028d46fa38ce343c418bb2cb9f1b06 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include <common.h>
-#include <ppc4xx.h>
+#include <asm/ppc4xx.h>
 #include <asm/processor.h>
 
 # define SDRAM_LEN 0x08000000
@@ -27,7 +27,7 @@
 /*
  * this is even after checkboard. It returns the size of the SDRAM
  * that we have installed. This function is called by board_init_f
- * in arch/ppc/lib/board.c to initialize the memory and return what I
+ * in arch/powerpc/lib/board.c to initialize the memory and return what I
  * found.
  */
 phys_size_t initdram (int board_type)