test: Drop sandbox_set_enable_memio() from mux-cmd test
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:32 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:58 +0000 (20:10 -0600)
commit98eba15ab8a8b4ed65d8506b483cb9521929201a
treee373c061d225e8a758b807974f5e5ab6db8c7cd5
parent87dec3078a0a36d2e6da7602b9a750010c2d111d
test: Drop sandbox_set_enable_memio() from mux-cmd test

This test does not appear to use sandbox's memory-mapped I/O so there is
no need to enable it.

Even if there were a need, it should be disabled at the end of the test,
so as not to affect other tests.

Drop these lines from the test.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/mux-cmd.c