]> git.sur5r.net Git - u-boot/blob - board/emulation/qemu-x86/qemu-x86.c
x86: Support QEMU x86 targets
[u-boot] / board / emulation / qemu-x86 / qemu-x86.c
1 /*
2  * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8 #include <netdev.h>
9
10 int board_eth_init(bd_t *bis)
11 {
12         return pci_eth_init(bis);
13 }