Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase block size of kernel squashfs image to 128K (#3509)
While mksquashfs uses this value by default, Genimage's default is 4K. This is far too low value and results in slower kernel load, especially on embedded boards with a flash drive. Explicitly set it to 128K to generate same images as in pre-genimage builds. (cherry picked from commit edba18f)
- Loading branch information