diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-02-12 13:37:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 13:37:15 -0300 |
commit | 686c30bd8773c92ef9552818b34d7764c5ef038c (patch) | |
tree | cda17813d1ad7cf3a392511fec99e0550480e194 | |
parent | 3bbf270c07c93d4e9b12d61e2cc762901c9cf0db (diff) | |
parent | 0ee7c736c7e07ce353e7f25ff514e9c459448103 (diff) | |
download | meta-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.in | 2 |
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 | # |
16 | part u-boot --source rawcopy --sourceparams="file=imx-boot.tagged" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} | 16 | part u-boot --source rawcopy --sourceparams="file=imx-boot.tagged" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} |
17 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --size 256 | 17 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 8192 --fixed-size 256 |
18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 | 18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 |
19 | 19 | ||
20 | bootloader --ptable msdos | 20 | bootloader --ptable msdos |