X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fboot%2Fsimple%2Fembed_config.c;h=491a691d10ccabb007b73f8b34de4dbc4f246f2e;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=3a51b1062940f5d2cf8ca26fcf460ce632201c5f;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/ppc/boot/simple/embed_config.c b/arch/ppc/boot/simple/embed_config.c index 3a51b1062..491a691d1 100644 --- a/arch/ppc/boot/simple/embed_config.c +++ b/arch/ppc/boot/simple/embed_config.c @@ -21,9 +21,6 @@ #ifdef CONFIG_40x #include #endif -#ifdef CONFIG_XILINX_VIRTEX -#include -#endif extern unsigned long timebase_period_ns; /* For those boards that don't provide one. @@ -745,7 +742,7 @@ embed_config(bd_t **bdp) } #endif /* WILLOW */ -#if defined(CONFIG_XILINX_ML300) || defined(CONFIG_XILINX_ML403) +#ifdef CONFIG_XILINX_ML300 void embed_config(bd_t ** bdp) { @@ -782,7 +779,7 @@ embed_config(bd_t ** bdp) timebase_period_ns = 1000000000 / bd->bi_tbfreq; /* see bi_tbfreq definition in arch/ppc/platforms/4xx/xilinx_ml300.h */ } -#endif /* CONFIG_XILINX_ML300 || CONFIG_XILINX_ML403 */ +#endif /* CONFIG_XILINX_ML300 */ #ifdef CONFIG_IBM_OPENBIOS /* This could possibly work for all treeboot roms.