]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Allow ethernet bootdevs to be disabled for tests
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:28 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commite26e91aade3e5b77b42cde7e119367c959d309b0
tree5328a26970a170591162b9b316409e6820069201
parent9149b976abd75e305e31acc0d710434f601548c3
sandbox: Allow ethernet bootdevs to be disabled for tests

Most tests don't want these and can create a lot of noise. Add a way to
disable them. Use that in tests, with a flag provided to enable them for
tests that need this feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/net.h
include/test/test.h
net/eth-uclass.c
test/test-main.c