functions: fix to increase default BOOT partition size to 512MB

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I484ceffe29284b181947842dddc25c8320e5b26a
This commit is contained in:
Dongjin Kim
2024-07-18 18:12:08 +09:00
parent 4dddea633a
commit 79b528e3da

View File

@@ -585,7 +585,7 @@ do_create_image() {
if [ "x${LIVESYSTEM}" = "xtrue" ]; then
do_create_squashfs ${target}
else
do_create_partition ${target} 256
do_create_partition ${target} 512
fi
}