summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-02-12 13:37:15 -0300
committerGitHub <noreply@github.com>2025-02-12 13:37:15 -0300
commit686c30bd8773c92ef9552818b34d7764c5ef038c (patch)
treecda17813d1ad7cf3a392511fec99e0550480e194
parent3bbf270c07c93d4e9b12d61e2cc762901c9cf0db (diff)
parent0ee7c736c7e07ce353e7f25ff514e9c459448103 (diff)
downloadmeta-freescale-686c30bd8773c92ef9552818b34d7764c5ef038c.tar.gz
Merge pull request #2124 from joggee-fr/jg/imx-bootpart-wks-size
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