diff options
author | Grzegorz Bernacki <gjb@semihalf.com> | 2007-09-11 15:42:11 +0200 |
---|---|---|
committer | Grzegorz Bernacki <gjb@semihalf.com> | 2007-09-11 15:42:11 +0200 |
commit | 38ad82da0c1180ecdeb212a8f4245e945bcc546e (patch) | |
tree | f3beccf5727d2b169e8481601f2dc1c211490eea /include | |
parent | 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0 (diff) | |
download | u-boot-imx-38ad82da0c1180ecdeb212a8f4245e945bcc546e.zip u-boot-imx-38ad82da0c1180ecdeb212a8f4245e945bcc546e.tar.gz u-boot-imx-38ad82da0c1180ecdeb212a8f4245e945bcc546e.tar.bz2 |
[GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
scan on second pci bus.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stxssa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h index f32ff67..b41dafa 100644 --- a/include/configs/stxssa.h +++ b/include/configs/stxssa.h @@ -230,7 +230,7 @@ #define CFG_PCI2_IO_SIZE 0x01000000 /* 16M */ #if defined(CONFIG_PCI) /* PCI Ethernet card */ - +#define CONFIG_MPC85XX_PCI2 1 #define CONFIG_NET_MULTI #define CONFIG_PCI_PNP /* do pci plug-and-play */ |