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

2017-02-10 Thread Simon Glass
On 8 February 2017 at 10:21, 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 > --- > Kconfig | 8 > common/spl/s

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

2017-02-09 Thread Andrew F. Davis
On 02/08/2017 10:22 PM, Lokesh Vutla wrote: > > > On Wednesday 08 February 2017 10:51 PM, 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: Andr

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

2017-02-08 Thread Lokesh Vutla
On Wednesday 08 February 2017 10:51 PM, 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 > --- > Kconfig | 8 >

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

2017-02-08 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 --- Kconfig | 8 common/spl/spl.c | 9 +++-- 2 files changed, 15 insertions(+), 2 deletions(-