]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
85xx/p1_p2_rdb: PCIe E1000 card support added.
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Thu, 1 Jul 2010 08:54:36 +0000 (14:24 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Jul 2010 15:55:10 +0000 (10:55 -0500)
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/P1_P2_RDB.h

index c41c9706158ccc4178504628357a29074b38b99e..3cebbab53c55858a9115323331679192ffe430ca 100644 (file)
@@ -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