mirror of
https://xff.cz/git/u-boot/
synced 2025-10-13 14:01:09 +02:00
Some images can be quite large, so add an option to compress the image data with gzip in the U-Boot image. Then at runtime, the board can decompress it with the normal zlib functions. Signed-off-by: Mike Frysinger <vapier@gentoo.org>