
11 Nov
2015
11 Nov
'15
5:42 a.m.
On Sat, Nov 7, 2015 at 7:58 AM, Simon Glass sjg@chromium.org wrote:
On 6 November 2015 at 02:04, Bin Meng bmeng.cn@gmail.com wrote:
Move to driver model for ETH (e1000) on QEMU.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Rebase on top of u-boot/master
- New patch to convert to use driver model eth
board/emulation/qemu-x86/Makefile | 2 +- board/emulation/qemu-x86/qemu-x86.c | 13 ------------- configs/qemu-x86_defconfig | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 board/emulation/qemu-x86/qemu-x86.c
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!