]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test: Update comment for fs_helper.setup_image()
authorSimon Glass <simon.glass@canonical.com>
Mon, 9 Mar 2026 15:13:02 +0000 (09:13 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 15:18:30 +0000 (09:18 -0600)
This function actually allows creating two partitions now, so update its
comment to match that.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/fs_helper.py

index 4b123ab0afd660cff17730a4658b07196d314074..47340295fbbf94d5de46f7dc8d9bdb7627ff3286 100644 (file)
@@ -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