diff mbox

[U-Boot,v2] powerpc/8xxx: Enable e1000 driver on some FSL boards

Message ID 1289427042-27157-1-git-send-email-galak@kernel.crashing.org
State Accepted
Commit 16855ec139c24877d6474cda8820ac41a0ea85b0
Delegated to: Kumar Gala
Headers show

Commit Message

Kumar Gala Nov. 10, 2010, 10:10 p.m. UTC
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
* fix typo in defind -> define

 include/configs/MPC8569MDS.h |    1 +
 include/configs/MPC8572DS.h  |    1 +
 include/configs/P1022DS.h    |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

Comments

Kumar Gala Nov. 11, 2010, 6:53 a.m. UTC | #1
On Nov 10, 2010, at 4:10 PM, Kumar Gala wrote:

> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> * fix typo in defind -> define
> 
> include/configs/MPC8569MDS.h |    1 +
> include/configs/MPC8572DS.h  |    1 +
> include/configs/P1022DS.h    |    1 +
> 3 files changed, 3 insertions(+), 0 deletions(-)

applied to 85xx

- k
diff mbox

Patch

diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index 6a15da5..b2d372e 100644
--- a/include/configs/MPC8569MDS.h
+++ b/include/configs/MPC8569MDS.h
@@ -488,6 +488,7 @@  extern unsigned long get_clock_freq(void);
 
 #undef CONFIG_EEPRO100
 #undef CONFIG_TULIP
+#define CONFIG_E1000			/* Define e1000 pci Ethernet card */
 
 #undef CONFIG_PCI_SCAN_SHOW		/* show pci devices on startup */
 
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index f949cc2..692c811 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -474,6 +474,7 @@ 
 #undef CONFIG_EEPRO100
 #undef CONFIG_TULIP
 #undef CONFIG_RTL8139
+#define CONFIG_E1000			/* Define e1000 pci Ethernet card */
 
 #ifndef CONFIG_PCI_PNP
 	#define PCI_ENET0_IOADDR	CONFIG_SYS_PCIE3_IO_BUS
diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h
index 6c8579f..b411fc8 100644
--- a/include/configs/P1022DS.h
+++ b/include/configs/P1022DS.h
@@ -270,6 +270,7 @@ 
 #define CONFIG_NET_MULTI
 #define CONFIG_PCI_PNP			/* do pci plug-and-play */
 #define CONFIG_PCI_SCAN_SHOW		/* show pci devices on startup */
+#define CONFIG_E1000			/* Define e1000 pci Ethernet card */
 #endif
 
 /* SATA */