mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
wic: imx-uboot-spl: Change u-boot suffix to img
Currently all machines that use SPL are using u-boot.img. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
9c77a0bdf4
commit
bbfff7c1bb
|
@ -13,5 +13,5 @@
|
|||
# 0 1kiB 69kiB 4MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
|
||||
#
|
||||
part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
|
||||
part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 69
|
||||
part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69
|
||||
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
|
||||
|
|
Loading…
Reference in New Issue
Block a user