diff options
author | Haiying Wang <Haiying.Wang@freescale.com> | 2007-11-19 10:02:13 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-11-19 21:53:07 +0100 |
commit | f30ad49b16bf998b03c1a5228b6c86369d61c258 (patch) | |
tree | 8bbc3647bfe4558dd9e51b2bc5751d6109c562b4 /include/configs/MPC8568MDS.h | |
parent | f8c320609366176b31104d9bf5e295232e1c7f1d (diff) | |
download | u-boot-imx-f30ad49b16bf998b03c1a5228b6c86369d61c258.zip u-boot-imx-f30ad49b16bf998b03c1a5228b6c86369d61c258.tar.gz u-boot-imx-f30ad49b16bf998b03c1a5228b6c86369d61c258.tar.bz2 |
Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Diffstat (limited to 'include/configs/MPC8568MDS.h')
-rw-r--r-- | include/configs/MPC8568MDS.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 548e158..b9366cc 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -334,11 +334,6 @@ extern unsigned long get_clock_freq(void); #define CFG_SRIO_MEM_BASE 0xc0000000 -#if defined(CONFIG_PCI) - -#define CONFIG_NET_MULTI -#define CONFIG_PCI_PNP /* do pci plug-and-play */ - #ifdef CONFIG_QE /* * QE UEC ethernet configuration @@ -377,6 +372,11 @@ extern unsigned long get_clock_freq(void); #endif #endif /* CONFIG_QE */ +#if defined(CONFIG_PCI) + +#define CONFIG_NET_MULTI +#define CONFIG_PCI_PNP /* do pci plug-and-play */ + #undef CONFIG_EEPRO100 #undef CONFIG_TULIP |