提交 d09682ef 编写于 作者: S Simon Glass

binman: Disable the no-unit_address_vs_reg warnings

These warnings are not useful for binman tests. Disable them.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 680e3312
......@@ -75,7 +75,8 @@ def EnsureCompiled(fname):
search_list = []
for path in search_paths:
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.append(dts_input)
command.Run('dtc', *args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册