diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-02-11 16:42:34 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-12 09:21:00 -0300 |
commit | 47a17a05b2d2fc13471458dfb54d21863b896bbc (patch) | |
tree | a9ebc4f6148721704e9878b4039155d65910fbf7 /wic | |
parent | 593817936aab466ba0f7bef65c1fb0e043d6c039 (diff) | |
download | meta-freescale-47a17a05b2d2fc13471458dfb54d21863b896bbc.tar.gz |
imx-imx-boot-bootpart.wks.in: Fix the layout comment
The layout comment was incorrect. It was missing the start of the
rootfs and what was there wasn't updated when the boot partition
was increased to 64MiB.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'wic')
-rw-r--r-- | wic/imx-imx-boot-bootpart.wks.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/wic/imx-imx-boot-bootpart.wks.in b/wic/imx-imx-boot-bootpart.wks.in index 1d725c8d..9c69b1b6 100644 --- a/wic/imx-imx-boot-bootpart.wks.in +++ b/wic/imx-imx-boot-bootpart.wks.in | |||
@@ -6,11 +6,11 @@ | |||
6 | # | 6 | # |
7 | # The disk layout used is: | 7 | # The disk layout used is: |
8 | # - ---------- -------------- -------------- | 8 | # - ---------- -------------- -------------- |
9 | # | | imx-boot | boot | rootfs | | 9 | # | | imx-boot | boot | rootfs | |
10 | # - ---------- -------------- -------------- | 10 | # - ---------- -------------- -------------- |
11 | # ^ ^ ^ ^ | 11 | # ^ ^ ^ ^ ^ |
12 | # | | | | | 12 | # | | | | | |
13 | # 0 | 4MiB 16MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) | 13 | # 0 | 4MiB 68MiB 68MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB) |
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" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} | 16 | part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK} |
@@ -18,4 +18,3 @@ part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot | |||
18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 | 18 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 |
19 | 19 | ||
20 | bootloader --ptable msdos | 20 | bootloader --ptable msdos |
21 | |||