summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2026-03-09 09:13:02 -0600
committerTom Rini <[email protected]>2026-03-23 09:18:30 -0600
commitffaa324c895fc37d73f7ea070e0a8feda9da4174 (patch)
tree630f5df48039b1c2fe48475ef5e8ced114a21632 /test
parent23e9906192b86f3a0bddf02ef4ef6bfd2e6fa104 (diff)
test: Update comment for fs_helper.setup_image()
This function actually allows creating two partitions now, so update its comment to match that. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/fs_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/fs_helper.py b/test/py/tests/fs_helper.py
index 4b123ab0afd..47340295fbb 100644
--- a/test/py/tests/fs_helper.py
+++ b/test/py/tests/fs_helper.py
@@ -85,7 +85,7 @@ def mk_fs(config, fs_type, size, prefix, src_dir=None, size_gran = 0x100000,
def setup_image(ubman, devnum, part_type, img_size=20, second_part=False,
basename='mmc'):
- """Create a disk image with a single partition
+ """Create a disk image with one or two partitions
Args:
ubman (ConsoleBase): Console to use