mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
binman: Disable the no-unit_address_vs_reg warnings
These warnings are not useful for binman tests. Disable them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -75,7 +75,8 @@ def EnsureCompiled(fname):
|
|||||||
search_list = []
|
search_list = []
|
||||||
for path in search_paths:
|
for path in search_paths:
|
||||||
search_list.extend(['-i', path])
|
search_list.extend(['-i', path])
|
||||||
args = ['-I', 'dts', '-o', dtb_output, '-O', 'dtb']
|
args = ['-I', 'dts', '-o', dtb_output, '-O', 'dtb',
|
||||||
|
'-W', 'no-unit_address_vs_reg']
|
||||||
args.extend(search_list)
|
args.extend(search_list)
|
||||||
args.append(dts_input)
|
args.append(dts_input)
|
||||||
command.Run('dtc', *args)
|
command.Run('dtc', *args)
|
||||||
|
Reference in New Issue
Block a user