mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
test: Rename setup_bootflow_image()
The name of this is fairly vague. Use 'extlinux' so that it is clear that it relates to that format. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
28e8fcd9ea
commit
8fc67f3901
@ -159,7 +159,7 @@ booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
|
||||
fsh.cleanup()
|
||||
|
||||
|
||||
def setup_bootflow_image(ubman, devnum, basename, vmlinux, initrd, dtbdir,
|
||||
def setup_extlinux_image(ubman, devnum, basename, vmlinux, initrd, dtbdir,
|
||||
script):
|
||||
"""Create a 20MB disk image with a single FAT partition
|
||||
|
||||
@ -236,7 +236,7 @@ label Fedora-Workstation-armhfp-31-1.9 (5.3.7-301.fc31.armv7hl)
|
||||
append ro root=UUID=9732b35b-4cd5-458b-9b91-80f7047e0b8a rhgb quiet LANG=en_US.UTF-8 cma=192MB cma=256MB
|
||||
fdtdir /%s/
|
||||
initrd /%s''' % (vmlinux, dtbdir, initrd)
|
||||
setup_bootflow_image(ubman, devnum, basename, vmlinux, initrd, dtbdir,
|
||||
setup_extlinux_image(ubman, devnum, basename, vmlinux, initrd, dtbdir,
|
||||
script)
|
||||
|
||||
def setup_cros_image(ubman):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user