]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Allow disabling symbol writing
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:54 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit27a69daef4958eba73b726ef353faa1208443c8d
tree72b16278520574dbf8372eb855e5c0b10f31eb21
parent220d8486153c9625c9e8563bff8a52606adbefcf
binman: Allow disabling symbol writing

Some boards don't use symbol writing but do access the symbols in SPL.
Provide an option to work around this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.rst
tools/binman/entry.py
tools/binman/etype/blob_phase.py
tools/binman/ftest.py
tools/binman/test/282_symbols_disable.dts [new file with mode: 0644]