mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 12:21:03 +02:00
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 <simon.glass@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
23e9906192
commit
ffaa324c89
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user