diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 08:56:49 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-31 10:16:01 +0100 |
commit | 8cb79b5f275f1888ccb278a2d2197140444a84b7 (patch) | |
tree | 7f803adbe55d672cfa33a991f4ec9f26d964f0f2 /include/configs | |
parent | 012d5bab09a534e4800b02f50cf508e6837202ea (diff) | |
download | u-boot-imx-8cb79b5f275f1888ccb278a2d2197140444a84b7.zip u-boot-imx-8cb79b5f275f1888ccb278a2d2197140444a84b7.tar.gz u-boot-imx-8cb79b5f275f1888ccb278a2d2197140444a84b7.tar.bz2 |
ixp: move pci drivers to drivers/pci
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ixdp425.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ixdp425.h b/include/configs/ixdp425.h index 35b0451..edebb40 100644 --- a/include/configs/ixdp425.h +++ b/include/configs/ixdp425.h @@ -73,6 +73,7 @@ #define CONFIG_PCI +#define CONFIG_IXP_PCI #define CONFIG_NET_MULTI #define CONFIG_EEPRO100 |