[PATCH] tools/imximage: fix DCD Blocks message output order

2020-08-18 Thread sbabic
> 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 Applied to u-boot

[PATCH] tools/imximage: fix DCD Blocks message output order

2020-07-28 Thread Matthias Schiffer
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 --- tools/imximage.c | 2