diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2009-06-30 13:56:23 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-30 08:26:34 -0500 |
commit | 29c35182462feea09f322e51913759a53359a3e0 (patch) | |
tree | 6eadc1c40a05d3fdcb8280b58828c2eed415afc9 /include/configs/P2020DS.h | |
parent | 156984a3611c28093919d3e3c042f722b5548253 (diff) |
85xx: Add pci e1000 Ethernet support for P2020 board
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/P2020DS.h')
-rw-r--r-- | include/configs/P2020DS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 84b5686244d..fddcce5e4fa 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -46,6 +46,7 @@ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_E1000 1 /* Defind e1000 pci Ethernet card*/ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE |