Re: [U-Boot] [PATCH] ARM: uniphier: increase CONFIG_SYS_BOOTM_LEN to 32MB

2017-10-22 Thread Masahiro Yamada
2017-10-19 19:17 GMT+09:00 Masahiro Yamada : > The default value of CONFIG_SYS_BOOTM_LEN, 0x80, causes error > when uncompressing Image.gz out of fit. > >Uncompressing Kernel Image ... Error: inflate() returned -5 > Image too large: increase

[U-Boot] [PATCH] ARM: uniphier: increase CONFIG_SYS_BOOTM_LEN to 32MB

2017-10-19 Thread Masahiro Yamada
The default value of CONFIG_SYS_BOOTM_LEN, 0x80, causes error when uncompressing Image.gz out of fit. Uncompressing Kernel Image ... Error: inflate() returned -5 Image too large: increase CONFIG_SYS_BOOTM_LEN Signed-off-by: Masahiro Yamada ---