]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/csb472/csb472.c
ppc4xx: Move ppc4xx headers to powerpc include directory
[karo-tx-uboot.git] / board / csb472 / csb472.c
index 20d34adfdd67c14f39f6cb75ba2952c8bbc185b3..25709f2a4307bc627cd590626c3f1e713eebb569 100644 (file)
@@ -25,7 +25,7 @@
 #include <asm/processor.h>
 #include <i2c.h>
 #include <miiphy.h>
-#include <ppc4xx_enet.h>
+#include <asm/ppc4xx-emac.h>
 
 void sdram_init(void);
 
@@ -97,7 +97,7 @@ phys_size_t initdram (int board_type)
        /*
         * ToDo: Move the asm init routine sdram_init() to this C file,
         * or even better use some common ppc4xx code available
-        * in cpu/ppc4xx
+        * in arch/powerpc/cpu/ppc4xx
         */
        sdram_init();