Re: [PATCH] tools: mkimage/dumpimage: Allow to use -l with -T

2022-02-28 Thread Tom Rini
On Sun, Feb 13, 2022 at 01:09:46AM +0100, Pali Rohár wrote: > Currently -l option for mkimage and dumpimage ignores option -T and always > tries to autodetect image type. > > With this change it is possible to tell mkimage and dumpimage to parse > image file as specific type (and not random

Re: [PATCH] tools: mkimage/dumpimage: Allow to use -l with -T

2022-02-26 Thread Simon Glass
On Sat, 12 Feb 2022 at 17:10, Pali Rohár wrote: > > Currently -l option for mkimage and dumpimage ignores option -T and always > tries to autodetect image type. > > With this change it is possible to tell mkimage and dumpimage to parse > image file as specific type (and not random autodetected

[PATCH] tools: mkimage/dumpimage: Allow to use -l with -T

2022-02-12 Thread Pali Rohár
Currently -l option for mkimage and dumpimage ignores option -T and always tries to autodetect image type. With this change it is possible to tell mkimage and dumpimage to parse image file as specific type (and not random autodetected type). This allows to use mkimage -l or dumpimage -l as tool