[PATCH 1/1] misc: tools: fix mkimage.py script type processing

2021-02-11 Thread Jan Sommer
From: Andre Nahrwold --- misc/tools/mkimage.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/misc/tools/mkimage.py b/misc/tools/mkimage.py index fd75f0a..111e224 100755 --- a/misc/tools/mkimage.py +++ b/misc/tools/mkimage.py @@ -121,6 +121,16 @@ outputfile.seek(struct.size);

Re: [PATCH 1/1] misc: tools: fix mkimage.py script type processing

2021-02-16 Thread Chris Johns
On 12/2/21 3:23 am, Jan Sommer wrote: > From: Andre Nahrwold > > --- > misc/tools/mkimage.py | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/misc/tools/mkimage.py b/misc/tools/mkimage.py > index fd75f0a..111e224 100755 > --- a/misc/tools/mkimage.py > +++ b/misc/tools/mkimag

AW: [PATCH 1/1] misc: tools: fix mkimage.py script type processing

2021-02-16 Thread Andre.Nahrwold
21:29 An: Sommer, Jan ; devel@rtems.org Cc: Nahrwold, Andre Betreff: Re: [PATCH 1/1] misc: tools: fix mkimage.py script type processing On 12/2/21 3:23 am, Jan Sommer wrote: > From: Andre Nahrwold > > --- > misc/tools/mkimage.py | 10 ++ > 1 file changed, 10 insertions

Re: [PATCH 1/1] misc: tools: fix mkimage.py script type processing

2021-02-17 Thread Gedare Bloom
can guarantee options.type is also a string can you omit the list tokens. It is also more future-proof for adding other options. > Best regards > André > > -Ursprüngliche Nachricht- > Von: Chris Johns > Gesendet: Dienstag, 16. Februar 2021 21:29 > An: Sommer, Jan ; devel@rt

Re: [PATCH 1/1] misc: tools: fix mkimage.py script type processing

2021-02-17 Thread Chris Johns
On 18/2/21 3:26 am, Gedare Bloom wrote: > On Wed, Feb 17, 2021 at 12:35 AM wrote: >> >> Hi Chris, >> >> as far as my understanding of python goes this does not make any difference. >> Strings are essentially arrays in python which would make the parenthesis >> obsolete. >> >> When this condition