Re: [U-Boot] [PATCH] arm: mach-keystone: Modify secure image size before copy

2017-06-29 Thread Lokesh Vutla
On Thursday 29 June 2017 07:08 PM, Andrew F. Davis wrote: > The size of the secure image does not include the size of the > header, subtract this out before we move the image or we grab > extra data after the image. > > Signed-off-by: Andrew F. Davis Reviewed-by: Lokesh Vutla Thanks and rega

[U-Boot] [PATCH] arm: mach-keystone: Modify secure image size before copy

2017-06-29 Thread Andrew F. Davis
The size of the secure image does not include the size of the header, subtract this out before we move the image or we grab extra data after the image. Signed-off-by: Andrew F. Davis --- arch/arm/mach-keystone/mon.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/a