diff options
| author | Roy Zang <tie-fei.zang@freescale.com> | 2009-07-09 10:05:48 +0800 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2009-07-22 09:43:47 -0500 | 
| commit | f6155c6fbb1d85f517b7c160570f0995ef14c43f (patch) | |
| tree | 4ee808734f20693d9fff9dbab3474be6c7759630 | |
| parent | 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f (diff) | |
| download | olio-uboot-2014.01-f6155c6fbb1d85f517b7c160570f0995ef14c43f.tar.xz olio-uboot-2014.01-f6155c6fbb1d85f517b7c160570f0995ef14c43f.zip | |
85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| -rw-r--r-- | include/configs/MPC8536DS.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8544DS.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 2cbc6c70a..0aaab4a4a 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -45,6 +45,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 diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 2efeb72e6..2de313931 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -44,6 +44,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 |