commit | 6d9764c2a87cc5a1ce4f3919add6360ec36f81c7 | [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 | a16edabe7f744b2d7a97bba4d4bc95b6894fd592 [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>