tools/imximage: fix DCD Blocks message output order
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Tue, 28 Jul 2020 11:32:36 +0000 (13:32 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 18 Aug 2020 08:10:25 +0000 (10:10 +0200)
commit0c2b03cacee01f315f908b712cb2952e427394a3
tree7817446f363e71f1c634b153383f57bd10aee2aa
parentaf50d92ae75cae41dfc330daaad0f8f35a051c78
tools/imximage: fix DCD Blocks message output order

The correct order is load address, offset, length. The order was
accidentally switched a while ago; make it match the HAB Blocks output and
what CST expects again.

Fixes: e97bdfa5da70 ("tools/imximage: share DCD information via Kconfig")
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
tools/imximage.c