commit | 09c8ffb8d303467d8bd57532a2a018d16c276377 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 22:22:23 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Apr 01 00:16:56 2016 +0900 |
tree | 158b1418dbcf4ecc4825aed0a5b1c2981874b477 | |
parent | ab58f466decde9d01d89a0e88361794ab47266c2 [diff] |
ARM: uniphier: make u-boot-with-spl.bin really available Commit d085ecd61b99 ("ARM: uniphier: switch to raw U-Boot image") claimed that u-boot-with-spl.bin would be useful in its commit log, but it was not available because the commit missed to define CONFIG_SPL_MAX_SIZE. Without it, CONFIG_SPL_PAD_TO is not defined either (see include/config_fallbacks.h). So, the SPL image is not padded correctly. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>