Home
last modified time | relevance | path

Searched hist:"86 c3345afbd48810b75cdf216e588cb66f9f578e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Duniphier.h86c3345afbd48810b75cdf216e588cb66f9f578e Thu Mar 24 13:22:23 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>