diff options
| author | Bin Meng <[email protected]> | 2015-08-27 22:25:56 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-09-09 07:48:03 -0600 |
| commit | 868767c71a375a07a44cc4fd49d67a4e2b1b9e8b (patch) | |
| tree | d0a5b2b4a0d93485a6a3a0e36552fa5460f4982b /include | |
| parent | b4f53e739ed38658fcbe11747aa3a393665e23ab (diff) | |
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 <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/crownbay.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index 998da78842b..a344c85f415 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 */ |
