Re: [U-Boot] [PATCH 06/14] image: Correct auto-fit architecture property name

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:12AM -0600, Simon Glass wrote: > The fit_write_images() function incorrectly uses the long name for the > architecture. This cannot be parsed with the FIT is read. Fix this by using > the short name instead. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini --

[U-Boot] [PATCH 06/14] image: Correct auto-fit architecture property name

2016-06-30 Thread Simon Glass
The fit_write_images() function incorrectly uses the long name for the architecture. This cannot be parsed with the FIT is read. Fix this by using the short name instead. Signed-off-by: Simon Glass --- tools/fit_image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools