]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Convert setup_bootflow_image() to use FsHelper
authorSimon Glass <sjg@chromium.org>
Sat, 4 Apr 2026 14:03:13 +0000 (08:03 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 21 Apr 2026 21:30:38 +0000 (15:30 -0600)
commite7c46fc967fc2f180393a4e42f7c338311330c1e
tree1ded678c8373eef6b47e22dcc43cae41e24d7e1a
parente3077e03e69183c71c9ca58e49ee9eaf7ccd9fcb
test: Convert setup_bootflow_image() to use FsHelper

Simplify this test-setup code by using the helper.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_ut.py