Files
u-boot-bpi-r3/tools
Simon Glass e6d85ff9f2 binman: Handle repeated bytes for Python 3
The method of multiplying a character by a number works well for creating
a repeated string in Python 2. But in Python 3 we need to use bytes()
instead, to avoid unicode problems, since 'bytes' is no-longer just an
alias of 'str'.

Create a function to handle this detail and call it from the relevant
places in binman.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-07-10 16:52:58 -06:00
..
2018-05-31 08:53:11 -04:00
2019-02-01 14:13:46 -05:00
2019-01-01 14:12:18 +01:00
2019-06-07 11:03:39 -04:00