Re: [U-Boot] [PATCH v4 2/6] spl: Add option to enable SPL Legacy image support

2017-02-14 Thread Tom Rini
On Mon, Feb 13, 2017 at 12:47:37PM -0600, Andrew F. Davis wrote: > 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 > Reviewed-by: Simon Glass Reviewed-by

[U-Boot] [PATCH v4 2/6] spl: Add option to enable SPL Legacy image support

2017-02-13 Thread Andrew F. Davis
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 Reviewed-by: Simon Glass --- Kconfig | 8 common/spl/spl.c | 10 -- 2 files changed, 16