diff options
| author | Poonam Aggrwal <poonam.aggrwal@freescale.com> | 2010-07-01 14:24:36 +0530 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-16 10:55:10 -0500 | 
| commit | ddac6f08db3d539d05fad5400ed3dc815b1a196b (patch) | |
| tree | 5fc3daf062a75b336df93e0964023908fc34e6d8 | |
| parent | 752bc335302d70d89c7e7cc711b9184260121b19 (diff) | |
| download | olio-uboot-2014.01-ddac6f08db3d539d05fad5400ed3dc815b1a196b.tar.xz olio-uboot-2014.01-ddac6f08db3d539d05fad5400ed3dc815b1a196b.zip | |
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| -rw-r--r-- | 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 c41c97061..3cebbab53 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 |