]> code.ossystems Code Review - meta-freescale.git/commitdiff
wic: imx-uboot-spl: Change u-boot suffix to img
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 19 Oct 2016 17:03:35 +0000 (15:03 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Oct 2016 19:49:58 +0000 (17:49 -0200)
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>
scripts/lib/wic/canned-wks/imx-uboot-spl.wks

index dfe507738361e201ed96defd1322391be7746a02..d32afc908afabbc4d99e8b40089f0e34270cde78 100644 (file)
@@ -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