summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-03-24 22:22:23 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-01 00:16:56 +0900
commit86c3345afbd48810b75cdf216e588cb66f9f578e (patch)
tree158b1418dbcf4ecc4825aed0a5b1c2981874b477 /include
parent15305c2f0334c52d1afaed7cf7dcaa6944019f68 (diff)
downloadtalos-obmc-uboot-86c3345afbd48810b75cdf216e588cb66f9f578e.tar.gz
talos-obmc-uboot-86c3345afbd48810b75cdf216e588cb66f9f578e.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 5f3d6b8d4b..da80c00c45 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -279,5 +279,6 @@
#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
#define CONFIG_SPL_MAX_FOOTPRINT 0x10000
+#define CONFIG_SPL_MAX_SIZE 0x10000
#endif /* __CONFIG_UNIPHIER_COMMON_H__ */
OpenPOWER on IntegriCloud