]> git.baikalelectronics.ru Git - uboot.git/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)
commitc1f2f43f226d4b358ab5eba7cd74b8ac5aece5de
tree3c1a1707b3ab4bccde4c549a1acd712ce0b42395
parent6a19f48850d4107d32248a063030532948a144b2
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