summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-10-19 15:03:35 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-19 17:49:58 -0200
commitbbfff7c1bbc3db33dff44b7624690dc8b4ef0131 (patch)
tree8765fa11df5b1309b6167498e0e0ad194e486c56 /scripts
parent9c77a0bdf4a0b6fc3ee0c547ebcbf82f10178942 (diff)
downloadmeta-freescale-bbfff7c1bbc3db33dff44b7624690dc8b4ef0131.tar.gz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/canned-wks/imx-uboot-spl.wks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/imx-uboot-spl.wks b/scripts/lib/wic/canned-wks/imx-uboot-spl.wks
index dfe50773..d32afc90 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 @@
13# 0 1kiB 69kiB 4MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) 13# 0 1kiB 69kiB 4MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
14# 14#
15part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1 15part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
16part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 69 16part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69
17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096