]> git.sur5r.net Git - u-boot/commit
dm: eth: Add support for aliases
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:16 +0000 (17:09 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:13 +0000 (11:11 -0600)
commite58780dcb7b8656ebc2dd6ba6d0da728bc65bf40
tree68b6448131caeaa7d02a88cfbb1116e56f3b679b
parentbfacad7da11711231ca59717c0a8bc7317c5bb28
dm: eth: Add support for aliases

Allow network devices to be referred to as "eth0" instead of
"eth@12345678" when specified in ethact.

Add tests to verify this behavior.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h
include/net.h
net/eth.c
test/dm/eth.c
test/dm/test.dts