X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fibm4xx.h;h=499c14691c71dfe7ca8a9c043def011438d099af;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=ea883c82a2e7ab031a3640c38f8d4d97c1ef30b8;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-ppc/ibm4xx.h b/include/asm-ppc/ibm4xx.h index ea883c82a..499c14691 100644 --- a/include/asm-ppc/ibm4xx.h +++ b/include/asm-ppc/ibm4xx.h @@ -14,16 +14,12 @@ #ifndef __ASM_IBM4XX_H__ #define __ASM_IBM4XX_H__ -#include +#include #ifdef CONFIG_40x -#if defined(CONFIG_ASH) -#include -#endif - -#if defined (CONFIG_CEDAR) -#include +#if defined(CONFIG_BUBINGA) +#include #endif #if defined(CONFIG_CPCI405) @@ -34,29 +30,39 @@ #include #endif -#if defined(CONFIG_OAK) -#include +#if defined(CONFIG_REDWOOD_5) +#include #endif -#if defined(CONFIG_REDWOOD_4) -#include +#if defined(CONFIG_REDWOOD_6) +#include #endif -#if defined(CONFIG_REDWOOD_5) -#include +#if defined(CONFIG_SYCAMORE) +#include #endif #if defined(CONFIG_WALNUT) #include #endif +#if defined(CONFIG_XILINX_ML300) +#include +#endif + +#if defined(CONFIG_XILINX_ML403) +#include +#endif + #ifndef __ASSEMBLY__ +#ifdef CONFIG_40x /* * The "residual" board information structure the boot loader passes * into the kernel. */ extern bd_t __res; +#endif void ppc4xx_setup_arch(void); void ppc4xx_map_io(void); @@ -80,23 +86,37 @@ void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5, #define PCI_DRAM_OFFSET 0 #endif -#elif CONFIG_44x +#elif defined(CONFIG_44x) + +#if defined(CONFIG_BAMBOO) +#include +#endif #if defined(CONFIG_EBONY) #include #endif +#if defined(CONFIG_LUAN) +#include +#endif + +#if defined(CONFIG_YUCCA) +#include +#endif + #if defined(CONFIG_OCOTEA) #include #endif #ifndef __ASSEMBLY__ +#ifdef CONFIG_40x /* * The "residual" board information structure the boot loader passes * into the kernel. */ extern bd_t __res; #endif +#endif #endif /* CONFIG_40x */ #endif /* __ASM_IBM4XX_H__ */