]> git.sur5r.net Git - u-boot/blobdiff - board/jse/sdram.c
km/common/ivm: remove CONFIG_SYS_I2C_IVM_BUS related code
[u-boot] / board / jse / sdram.c
index 88fdd84130f9159d03f267ffd76f5ffe7bdd5ae8..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 lib_ppc/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)