
On Wed, 2009-07-08 at 22:32 +0800, Kumar Gala wrote:
On Jul 8, 2009, at 3:18 AM, Roy Zang wrote:
From: Roy Zang tie-fei.zang@freescale.com
Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536
boards.
Signed-off-by: Roy Zang tie-fei.zang@freescale.com
include/configs/MPC8536DS.h | 1 + include/configs/MPC8540ADS.h | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
The comment says MPC8544, the patch is to MPC8540. Which one is correct ? :)
It is 8544DS board. Thanks. Sorry for the mistake. It is my oversight when I regenerate the patch before send out. Pick up this one:
From: Roy Zang tie-fei.zang@freescale.com Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards. Signed-off-by: Roy Zang tie-fei.zang@freescale.com
--- include/configs/MPC8536DS.h | 1 + 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 9e00b89..e23f8f9 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 59cfde6..91f337f 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