Searched hist:"99 b8517037f212a3cf4bf75ed99fa877fe4e6d9d" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | uniphier.h | 99b8517037f212a3cf4bf75ed99fa877fe4e6d9d Fri Jan 27 21:53:50 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|