commit | 571e050b45add2c4c57ab340c578d6bd06ac6c8b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Oct 19 19:17:51 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 23 01:02:05 2017 +0900 |
tree | bbed5bbcfa28deca30b5a4d0703b8da88d116d45 | |
parent | 272874879b24a2cf04050c913b81d1f0c2b15978 [diff] |
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>