Re: [U-Boot] [PATCH 3/3] tools/mkimage: Print FIT image contents after creation

2009-12-04 Thread Wolfgang Denk
Dear Peter Tyser, In message <1259102530-32071-3-git-send-email-pty...@xes-inc.com> you wrote: > Previously, there was no indication to the user that a FIT image was > successfully created after executing mkimage. For example: > > $ mkimage -f uImage.its uImage.itb > DTC: dts->dtb on file "

[U-Boot] [PATCH 3/3] tools/mkimage: Print FIT image contents after creation

2009-11-24 Thread Peter Tyser
Previously, there was no indication to the user that a FIT image was successfully created after executing mkimage. For example: $ mkimage -f uImage.its uImage.itb DTC: dts->dtb on file "uImage.its" Adding some additional output after creating a FIT image lets the user know exactly what is c