]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a prefix before CBFS hex offsets
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:03 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commitbc26b79e77a45d25aa51f3b6f8640304d959122e
tree71f5c9507df86c6d5c9288078c0cb59f29df66ae
parent90fdbb5cbcf7f97b554e3309740c9a3beb537563
binman: Add a prefix before CBFS hex offsets

Add a 0x prefix to these errors to avoid confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py