]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: increase CONFIG_SYS_BOOTM_LEN to 32MB
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 19 Oct 2017 10:17:51 +0000 (19:17 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Oct 2017 16:02:05 +0000 (01:02 +0900)
commit571e050b45add2c4c57ab340c578d6bd06ac6c8b
treebbed5bbcfa28deca30b5a4d0703b8da88d116d45
parent272874879b24a2cf04050c913b81d1f0c2b15978
ARM: uniphier: increase CONFIG_SYS_BOOTM_LEN to 32MB

The default value of CONFIG_SYS_BOOTM_LEN, 0x800000, causes error
when uncompressing Image.gz out of FIT image.

   Uncompressing Kernel Image ... Error: inflate() returned -5
Image too large: increase CONFIG_SYS_BOOTM_LEN

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