Build: speedup uboot kernel load (#338)

This commit is contained in:
Pascal Vizeli 2019-02-03 11:47:45 +01:00 committed by GitHub
parent 32fe415515
commit 2a2e97ddf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ function create_kernel_image() {
# Make image # Make image
dd if=/dev/zero of="${kernel_img}" bs=${KERNEL_SIZE} count=1 dd if=/dev/zero of="${kernel_img}" bs=${KERNEL_SIZE} count=1
mkfs.ext4 -L "hassos-kernel" -E lazy_itable_init=0,lazy_journal_init=0 "${kernel_img}" mkfs.ext4 -L "hassos-kernel" -E lazy_itable_init=0,lazy_journal_init=0 -O ^extent,^64bit "${kernel_img}"
# Mount / init file structs # Mount / init file structs
mkdir -p /mnt/data/ mkdir -p /mnt/data/