diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-02-12 13:38:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 13:38:24 -0300 |
commit | 36accb283e2047cf52f3bc1857edad8507e049ec (patch) | |
tree | e4b4b06093771df237e5d854cd8bb4775769fc9b | |
parent | f91016f7327c913a05cbaacb3e5c54e1e13cece3 (diff) | |
parent | 3aa6374e4d28e07751072f50b55777ed4b275c62 (diff) | |
download | meta-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.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 |