diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-28 02:22:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 468e81c405e5d14de4bc7b0d7a4a5540a576a45e (patch) | |
tree | 6294078679b2b1ef9159e082b0e8f7a9f208d883 /board/intel | |
parent | 5bc60d5a44d8603923784b5cee400b6dbf2624c6 (diff) | |
download | u-boot-468e81c405e5d14de4bc7b0d7a4a5540a576a45e.tar.gz |
x86: bayleybay: Convert to use more dm drivers
Move to driver model for USB and ETH on Intel Bayley Bay.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/intel')
-rw-r--r-- | board/intel/bayleybay/bayleybay.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/intel/bayleybay/bayleybay.c b/board/intel/bayleybay/bayleybay.c index 78447965b9..ccbe860b14 100644 --- a/board/intel/bayleybay/bayleybay.c +++ b/board/intel/bayleybay/bayleybay.c @@ -6,14 +6,8 @@ #include <common.h> #include <asm/gpio.h> -#include <netdev.h> void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio) { return; } - -int board_eth_init(bd_t *bis) -{ - return pci_eth_init(bis); -} |