From 868767c71a375a07a44cc4fd49d67a4e2b1b9e8b Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 27 Aug 2015 22:25:56 -0700 Subject: x86: crownbay: Convert to use CONFIG_DM_ETH for E1000 Since E1000 driver has been converted to driver model, enable it on Intel Crown Bay. But the Intel Topcliff GbE driver has not been converted to driver model yet, disable it for now. Signed-off-by: Bin Meng Acked-by: Joe Hershberger --- include/configs/crownbay.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index 998da78842..a344c85f41 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -50,7 +50,6 @@ #define CONFIG_CMD_MMC /* Topcliff Gigabit Ethernet */ -#define CONFIG_PCH_GBE #define CONFIG_PHYLIB /* Environment configuration */ -- cgit