]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: test: Add a new test case for dm_test_eth_rotate
authorBin Meng <bmeng.cn@gmail.com>
Fri, 28 Aug 2015 05:25:53 +0000 (22:25 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Sep 2015 13:48:03 +0000 (07:48 -0600)
commit71d7971facdba763c220ca2cfdbd181e907eae89
treed06b53cb415a29e51bc381d42dd485ad4b34054c
parentd8f79afa030a19e12b8effcae0e8247e271da60e
dm: test: Add a new test case for dm_test_eth_rotate

Add one more ethernet device node in the sandbox test device tree,
with name 'sbe5'. This is to support a new test case for testing
network device rotation.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
arch/sandbox/dts/test.dts
include/configs/sandbox.h
test/dm/eth.c