diff options
Diffstat (limited to 'board/esd')
| -rw-r--r-- | board/esd/adciop/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/ar405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/ash405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/canbt/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/cms700/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/common/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/common/pci.c | 2 | ||||
| -rw-r--r-- | board/esd/cpci2dp/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/cpci405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/cpciiser4/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/dasa_sim/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/dp405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/du405/du405.c | 4 | ||||
| -rw-r--r-- | board/esd/du405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/du440/du440.c | 2 | ||||
| -rw-r--r-- | board/esd/hh405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/hub405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/ocrtc/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/pci405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/pci405/writeibm.S | 2 | ||||
| -rw-r--r-- | board/esd/plu405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/pmc440/pmc440.c | 2 | ||||
| -rw-r--r-- | board/esd/pmc440/sdram.c | 2 | ||||
| -rw-r--r-- | board/esd/tasreg/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/voh405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/vom405/flash.c | 2 | ||||
| -rw-r--r-- | board/esd/wuh405/flash.c | 2 | 
27 files changed, 28 insertions, 28 deletions
| diff --git a/board/esd/adciop/flash.c b/board/esd/adciop/flash.c index dd578c893..9559efb38 100644 --- a/board/esd/adciop/flash.c +++ b/board/esd/adciop/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/ar405/flash.c b/board/esd/ar405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/ar405/flash.c +++ b/board/esd/ar405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/ash405/flash.c b/board/esd/ash405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/ash405/flash.c +++ b/board/esd/ash405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/canbt/flash.c b/board/esd/canbt/flash.c index 224dde4ee..b210281fc 100644 --- a/board/esd/canbt/flash.c +++ b/board/esd/canbt/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/cms700/flash.c b/board/esd/cms700/flash.c index a53122b21..895a83670 100644 --- a/board/esd/cms700/flash.c +++ b/board/esd/cms700/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/common/flash.c b/board/esd/common/flash.c index 38a58fb5e..b9c78852c 100644 --- a/board/esd/common/flash.c +++ b/board/esd/common/flash.c @@ -23,7 +23,7 @@  #include <common.h>  #ifdef __PPC__ -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #endif  #include <asm/processor.h> diff --git a/board/esd/common/pci.c b/board/esd/common/pci.c index 83f810307..11e55c542 100644 --- a/board/esd/common/pci.c +++ b/board/esd/common/pci.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  #include <pci.h> diff --git a/board/esd/cpci2dp/flash.c b/board/esd/cpci2dp/flash.c index 224dde4ee..b210281fc 100644 --- a/board/esd/cpci2dp/flash.c +++ b/board/esd/cpci2dp/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/cpci405/flash.c b/board/esd/cpci405/flash.c index 4fcf174d1..4b12e9207 100644 --- a/board/esd/cpci405/flash.c +++ b/board/esd/cpci405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/cpciiser4/flash.c b/board/esd/cpciiser4/flash.c index 224dde4ee..b210281fc 100644 --- a/board/esd/cpciiser4/flash.c +++ b/board/esd/cpciiser4/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/dasa_sim/flash.c b/board/esd/dasa_sim/flash.c index 9c71b043c..d6a773797 100644 --- a/board/esd/dasa_sim/flash.c +++ b/board/esd/dasa_sim/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/dp405/flash.c b/board/esd/dp405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/dp405/flash.c +++ b/board/esd/dp405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/du405/du405.c b/board/esd/du405/du405.c index e0faa77ca..b1362a869 100644 --- a/board/esd/du405/du405.c +++ b/board/esd/du405/du405.c @@ -24,8 +24,8 @@  #include <common.h>  #include "du405.h"  #include <asm/processor.h> -#include <ppc4xx.h> -#include <4xx_i2c.h> +#include <asm/ppc4xx.h> +#include <asm/ppc4xx-i2c.h>  #include <command.h>  DECLARE_GLOBAL_DATA_PTR; diff --git a/board/esd/du405/flash.c b/board/esd/du405/flash.c index c62c6a9b0..c30886e67 100644 --- a/board/esd/du405/flash.c +++ b/board/esd/du405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/du440/du440.c b/board/esd/du440/du440.c index ad255f91a..fccfaee7b 100644 --- a/board/esd/du440/du440.c +++ b/board/esd/du440/du440.c @@ -24,7 +24,7 @@  #include <asm/bitops.h>  #include <command.h>  #include <i2c.h> -#include <ppc440.h> +#include <asm/ppc440.h>  #include "du440.h"  DECLARE_GLOBAL_DATA_PTR; diff --git a/board/esd/hh405/flash.c b/board/esd/hh405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/hh405/flash.c +++ b/board/esd/hh405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/hub405/flash.c b/board/esd/hub405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/hub405/flash.c +++ b/board/esd/hub405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/ocrtc/flash.c b/board/esd/ocrtc/flash.c index eda7c5713..c83e594e4 100644 --- a/board/esd/ocrtc/flash.c +++ b/board/esd/ocrtc/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/pci405/flash.c b/board/esd/pci405/flash.c index 67a7bb5d8..6ca6e4b0b 100644 --- a/board/esd/pci405/flash.c +++ b/board/esd/pci405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/pci405/writeibm.S b/board/esd/pci405/writeibm.S index 4e319c192..5925bc6ec 100644 --- a/board/esd/pci405/writeibm.S +++ b/board/esd/pci405/writeibm.S @@ -41,7 +41,7 @@  /*	Bank 6 - not used */  /*	Bank 7 - FPGA registers */  /*----------------------------------------------------------------------------- */ -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <ppc_asm.tmpl>  #include <ppc_defs.h> diff --git a/board/esd/plu405/flash.c b/board/esd/plu405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/plu405/flash.c +++ b/board/esd/plu405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/pmc440/pmc440.c b/board/esd/pmc440/pmc440.c index bd43a9aef..c907b85ae 100644 --- a/board/esd/pmc440/pmc440.c +++ b/board/esd/pmc440/pmc440.c @@ -29,7 +29,7 @@  #include <common.h>  #include <libfdt.h>  #include <fdt_support.h> -#include <ppc440.h> +#include <asm/ppc440.h>  #include <asm/processor.h>  #include <asm/io.h>  #include <asm/bitops.h> diff --git a/board/esd/pmc440/sdram.c b/board/esd/pmc440/sdram.c index c3528bca4..34ff40202 100644 --- a/board/esd/pmc440/sdram.c +++ b/board/esd/pmc440/sdram.c @@ -35,7 +35,7 @@  #include <asm/processor.h>  #include <asm/io.h>  #include <asm/mmu.h> -#include <ppc440.h> +#include <asm/ppc440.h>  extern int denali_wait_for_dlllock(void);  extern void denali_core_search_data_eye(void); diff --git a/board/esd/tasreg/flash.c b/board/esd/tasreg/flash.c index ce905e94c..fe120aa26 100644 --- a/board/esd/tasreg/flash.c +++ b/board/esd/tasreg/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -/*#include <ppc4xx.h>*/ +/*#include <asm/ppc4xx.h>*/  #include <asm/processor.h>  /* diff --git a/board/esd/voh405/flash.c b/board/esd/voh405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/voh405/flash.c +++ b/board/esd/voh405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/vom405/flash.c b/board/esd/vom405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/vom405/flash.c +++ b/board/esd/vom405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* diff --git a/board/esd/wuh405/flash.c b/board/esd/wuh405/flash.c index a53122b21..895a83670 100644 --- a/board/esd/wuh405/flash.c +++ b/board/esd/wuh405/flash.c @@ -22,7 +22,7 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h>  /* |