]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: use Image.gz instead Image for booting ARM64 Linux
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Jan 2017 21:53:50 +0000 (06:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 29 Jan 2017 11:59:08 +0000 (20:59 +0900)
commit99b8517037f212a3cf4bf75ed99fa877fe4e6d9d
treefada598ae71d76ef93a6e90dfb9806a187854649
parent3e0cfaa05d38779a0118756b3cbf9bf7a5412eb5
ARM: uniphier: use Image.gz instead Image for booting ARM64 Linux

The ARM64 Linux raw image now amounts to 15MB and it is getting
bigger and bigger.  Using Image.gz saves about 8MB.  The cost of
unzip is smaller than what we get by saving the kernel loading
from non-volatile devices.

The ARM32 Linux still uses zImage, a self-decompressor image,
so it should not be affected.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h