[U-Boot] [PATCH][updated][85xx/p1_p2_rdb] PCIe E1000 card support added.

Enables the Intel Pro/1000 PT Gb Ethernet PCI-E Network Adapter configuration support for P1/P2 RDB.
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com --- include/configs/P1_P2_RDB.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 8517207..70973e5 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -74,6 +74,7 @@ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE
+#define CONFIG_E1000 1 /* E1000 pci Ethernet card*/ #ifndef __ASSEMBLY__ extern unsigned long get_board_sys_clk(unsigned long dummy); #endif

On Jul 1, 2010, at 3:54 AM, Poonam Aggrwal wrote:
Enables the Intel Pro/1000 PT Gb Ethernet PCI-E Network Adapter configuration support for P1/P2 RDB.
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com
include/configs/P1_P2_RDB.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
applied to 85xx.
fixed commit message (longer than 80 lines, and subject shouldn't have [] around 85xx/p1_p2_rdb.
- k
participants (2)
-
Kumar Gala
-
Poonam Aggrwal