diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-03-24 17:40:27 +0300 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-25 19:16:44 -0500 |
commit | a796cdf9c377cb4e5d61d1079a296608f8fbd903 (patch) | |
tree | ae441e8d22b6d3d6f2b99c1e18add7b65d1cab3a /cpu/mpc83xx/pci.c | |
parent | 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3 (diff) | |
download | u-boot-imx-a796cdf9c377cb4e5d61d1079a296608f8fbd903.zip u-boot-imx-a796cdf9c377cb4e5d61d1079a296608f8fbd903.tar.gz u-boot-imx-a796cdf9c377cb4e5d61d1079a296608f8fbd903.tar.bz2 |
83xx: split COBJS onto separate lines
..plus get rid of some #ifdefs in the .c files.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'cpu/mpc83xx/pci.c')
-rw-r--r-- | cpu/mpc83xx/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mpc83xx/pci.c b/cpu/mpc83xx/pci.c index 18558db..adabf7a 100644 --- a/cpu/mpc83xx/pci.c +++ b/cpu/mpc83xx/pci.c @@ -33,7 +33,6 @@ #include <asm/mpc8349_pci.h> -#ifdef CONFIG_83XX_GENERIC_PCI #define MAX_BUSES 2 DECLARE_GLOBAL_DATA_PTR; @@ -209,4 +208,3 @@ void ft_pci_setup(void *blob, bd_t *bd) } } #endif /* CONFIG_OF_LIBFDT */ -#endif /* CONFIG_83XX_GENERIC_PCI */ |