summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-02-12 13:38:24 -0300
committerGitHub <noreply@github.com>2025-02-12 13:38:24 -0300
commit36accb283e2047cf52f3bc1857edad8507e049ec (patch)
treee4b4b06093771df237e5d854cd8bb4775769fc9b
parentf91016f7327c913a05cbaacb3e5c54e1e13cece3 (diff)
parent3aa6374e4d28e07751072f50b55777ed4b275c62 (diff)
downloadmeta-freescale-36accb283e2047cf52f3bc1857edad8507e049ec.tar.gz
Merge pull request #2125 from Freescale/backport-2124-to-scarthgap
[Backport scarthgap] imx-imx-boot-bootpart.wks.in: Set fixed size for /boot partition
-rw-r--r--wic/imx-imx-boot-bootpart.wks.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wic/imx-imx-boot-bootpart.wks.in b/wic/imx-imx-boot-bootpart.wks.in
index e8e6e891..46a2a0a6 100644
--- a/wic/imx-imx-boot-bootpart.wks.in
+++ b/wic/imx-imx-boot-bootpart.wks.in
@@ -14,7 +14,7 @@
14# ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual 14# ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual
15# 15#
16part u-boot --source rawcopy --sourceparams="file=imx-boot.tagged" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} 16part u-boot --source rawcopy --sourceparams="file=imx-boot.tagged" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK}
17part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --size 256 17part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --fixed-size 256
18part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 18part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192
19 19
20bootloader --ptable msdos 20bootloader --ptable msdos