diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-02-12 13:38:05 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 13:38:05 -0300 |
commit | 46ef14feaf7c41de678611d6674a84986296d4cf (patch) | |
tree | 0617febac5904f9a3d8d5d7180ca8f8e662db893 | |
parent | 6a51bf92bdeb975be85e6d7ff2575ee1f8d68ede (diff) | |
parent | 0b595db905f4e9653c51f7ede0e2434663d7a72c (diff) | |
download | meta-freescale-46ef14feaf7c41de678611d6674a84986296d4cf.tar.gz |
Merge pull request #2126 from Freescale/backport-2124-to-styhead
[Backport styhead] 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 |