]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/pci405/cmd_pci405.c
Merge branch 'socrates' of /home/wd/git/u-boot/projects
[karo-tx-uboot.git] / board / esd / pci405 / cmd_pci405.c
index 5b5ad8c4465d8afd99ac5ba5f04d13386bffd15e..5c717e253d8c7a9407aa45154e2204db81d061a4 100644 (file)
@@ -27,7 +27,7 @@
 #include <net.h>
 #include <asm/io.h>
 #include <pci.h>
-#include <405gp_pci.h>
+#include <asm/4xx_pci.h>
 #include <asm/processor.h>
 
 #include "pci405.h"
@@ -735,7 +735,7 @@ U_BOOT_CMD(
 );
 
 
-#define SECTOR_SIZE    32              /* 32 byte cache line */
+#define SECTOR_SIZE    32              /* 32 byte cache line */
 #define SECTOR_MASK    0x1F
 
 void my_flush_dcache(ulong lcl_addr, ulong count)