commit | 111473acfbba2c4e0a52b418bbee302b68bd96b2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Oct 07 21:45:43 2015 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Oct 29 14:05:52 2015 -0500 |
tree | feae9f556972bb3d9d0b2f69ccb3f9549ca9e3ab | |
parent | e59ecbc345ad54e776c80a30e490c0023d2a4456 [diff] |
dm: test: Add a new test case against dm eth codes for NULL pointer access 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>