aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wic/imx-imx-boot-bootpart.wks.in9
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 @@
#
# 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
-