Re: [U-Boot] [U-Boot PATCH v2 1/2] configs: k2l: Updates u-boot env to install secure boot monitor

2018-03-07 Thread Tom Rini
On Tue, Mar 06, 2018 at 11:10:09AM -0500, Madan Srinivas wrote: > This patch updates the default u-boot env for K2L HS devices > to install the secure boot monitor and load the fitImage during > boot. > > Signed-off-by: Madan Srinivas > Acked-by: Andrew F. Davis > Reviewed-by: Tom Rini --

[U-Boot] [U-Boot PATCH v2 1/2] configs: k2l: Updates u-boot env to install secure boot monitor

2018-03-06 Thread Madan Srinivas
This patch updates the default u-boot env for K2L HS devices to install the secure boot monitor and load the fitImage during boot. Signed-off-by: Madan Srinivas Acked-by: Andrew F. Davis --- Changes in v2: None include/configs/k2l_evm.h | 9 + 1 file changed, 9 insertions(+) diff --