diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-27 22:25:59 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 98c845f2d5fd99e4d5a31e15fd0c06fb45213f02 (patch) | |
tree | dfe0f3d2395b6504e352e15a7c7b20c0a638d574 /include/configs/crownbay.h | |
parent | b68fe15227251e3b0134f5f8f3ca05d07fd7efe1 (diff) | |
download | u-boot-98c845f2d5fd99e4d5a31e15fd0c06fb45213f02.zip u-boot-98c845f2d5fd99e4d5a31e15fd0c06fb45213f02.tar.gz u-boot-98c845f2d5fd99e4d5a31e15fd0c06fb45213f02.tar.bz2 |
x86: crownbay: Enable CONFIG_PCH_GBE
Now that we have converted the pch_gbe driver to driver moel,
enable it on Intel Crown Bay board.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/crownbay.h')
-rw-r--r-- | include/configs/crownbay.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index a344c85..3153a74 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -49,9 +49,6 @@ #define CONFIG_MMC_SDMA #define CONFIG_CMD_MMC -/* Topcliff Gigabit Ethernet */ -#define CONFIG_PHYLIB - /* Environment configuration */ #define CONFIG_ENV_SECT_SIZE 0x1000 #define CONFIG_ENV_OFFSET 0 |