]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: make u-boot-with-spl.bin really available
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 24 Mar 2016 13:22:23 +0000 (22:22 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 31 Mar 2016 15:16:56 +0000 (00:16 +0900)
commit86c3345afbd48810b75cdf216e588cb66f9f578e
tree158b1418dbcf4ecc4825aed0a5b1c2981874b477
parent15305c2f0334c52d1afaed7cf7dcaa6944019f68
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>
include/configs/uniphier.h