[meta-freescale] [PATCH 3/4] wic: imx-uboot-spl: Change u-boot suffix to img

Fabio Berton fabio.berton at ossystems.com.br
Wed Oct 19 10:03:35 PDT 2016


Currently all machines that use SPL are using u-boot.img.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 scripts/lib/wic/canned-wks/imx-uboot-spl.wks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/canned-wks/imx-uboot-spl.wks b/scripts/lib/wic/canned-wks/imx-uboot-spl.wks
index dfe5077..d32afc9 100644
--- a/scripts/lib/wic/canned-wks/imx-uboot-spl.wks
+++ b/scripts/lib/wic/canned-wks/imx-uboot-spl.wks
@@ -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
-- 
2.1.4



More information about the meta-freescale mailing list