]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-imx-boot-bootpart.wks.in: Fix the layout comment
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 11 Feb 2020 22:42:34 +0000 (16:42 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2020 12:21:00 +0000 (09:21 -0300)
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>
wic/imx-imx-boot-bootpart.wks.in

index 1d725c8de3f78a943bf965db1b1a6297301ec9d4..9c69b1b638e8887a30c72baf6b7a0cddf55011df 100644 (file)
@@ -6,11 +6,11 @@
 #
 # The disk layout used is:
 #  - ---------- -------------- --------------
-# | | imx-boot |     boot     |    rootfs   |
+# | | imx-boot |     boot     |    rootfs    |
 #  - ---------- -------------- --------------
-# ^ ^          ^              ^
-# | |          |              |
-# 0 |        4MiB          16MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
+# ^ ^          ^              ^              ^
+# | |          |              |              |
+# 0 |        4MiB          68MiB          68MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
 #   ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual
 #
 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
 part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
 
 bootloader --ptable msdos
-