]> git.sur5r.net Git - u-boot/commit
image: Correct auto-fit architecture property name
authorSimon Glass <sjg@chromium.org>
Thu, 30 Jun 2016 16:52:12 +0000 (10:52 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:28 +0000 (18:22 -0400)
commit3a45f38d418eca5f0e515c8b2077c81f4c4012f1
tree91de7880070962cb644ed603c27b13f942bb6d7f
parent58b22475424276886df9da9c3e081a8c3057ec77
image: Correct auto-fit architecture property name

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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/fit_image.c