]> git.sur5r.net Git - u-boot/commit
spl: Add option to enable SPL Legacy image support
authorAndrew F. Davis <afd@ti.com>
Thu, 16 Feb 2017 17:18:39 +0000 (11:18 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 18 Mar 2017 18:28:51 +0000 (14:28 -0400)
commit722a6b1741bacd4ba36fb89906dbb8bf696d70a7
tree3c1a1707b3ab4bccde4c549a1acd712ce0b42395
parent24eb39b575d5b077de92a8d7e7947a955adf5679
spl: Add option to enable SPL Legacy image support

Add a Kconfig option that enables Legacy image support, this allows
boards to explicitly disable this, for instance when needed for
security reasons.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Move to common/spl/Kconfig]
Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig
common/spl/spl.c