
29 Oct
2015
29 Oct
'15
8:30 p.m.
On Wed, Oct 7, 2015 at 11:45 PM, Bin Meng bmeng.cn@gmail.com wrote:
U-Boot crashes when doing a 'ping' with the following test scenario:
- All ethernet devices are not probed
- "ethaddr" for all ethernet devices are not set
- "ethact" is set to a valid ethernet device name
Add a new test case 'dm_test_eth_act' to hit such scenario.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Joe Hershberger joe.hershberger@ni.com
Applied to u-boot-net/master, thanks! -Joe