]> git.ipfire.org Git - people/ms/u-boot.git/commit
imximage: fix commands other than write_data
authorTroy Kisky <troy.kisky@boundarydevices.com>
Tue, 15 Sep 2015 01:06:31 +0000 (18:06 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 7 Oct 2015 11:43:15 +0000 (13:43 +0200)
commit61903b759aa336d798da49d884467219796817ff
tree691cdc2a17301d1bb86d097d72bf624411b4d595
parent835c30e368e9661a6d99179d948f64efebf5d1de
imximage: fix commands other than write_data

When CHECK_BITS_SET was added, they forgot to add
a new command table, and instead overwrote the
previous table.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
tools/imximage.c
tools/imximage.h