From: Poonam Aggrwal Date: Thu, 1 Jul 2010 08:54:36 +0000 (+0530) Subject: 85xx/p1_p2_rdb: PCIe E1000 card support added. X-Git-Tag: v2010.09-rc1~80^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=ddac6f08db3d539d05fad5400ed3dc815b1a196b;p=oweals%2Fu-boot.git 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 Signed-off-by: Kumar Gala --- diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index c41c970615..3cebbab53c 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