]> git.baikalelectronics.ru Git - uboot.git/commit
test: eth: Add test for ethernet addresses
authorSean Anderson <sean.anderson@seco.com>
Thu, 5 May 2022 17:11:32 +0000 (13:11 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 17:59:52 +0000 (13:59 -0400)
commit1150e4bf6aadcd7aa7e6b079df93f927df65d688
treeff199f57dc5bf28f8f32f00412a4274bbaefe9e2
parentd9cd9253ebb2729ec9467921abf38db1db6ccec0
test: eth: Add test for ethernet addresses

This adds a test to make sure that all the ethernet interfaces have
their addresses read properly. At the moment everything is read from the
environment, but the next few commits will add additional sources.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/eth.c