mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 14:01:16 +02:00
genboardscfg.py: Remove "warnings" print section
We tell kconfiglib to not print any warnings to us so drop this code as it will be unused. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -165,11 +165,7 @@ class KconfigScanner:
|
|||||||
else:
|
else:
|
||||||
f.write(line[colon + 1:])
|
f.write(line[colon + 1:])
|
||||||
|
|
||||||
warnings = self._conf.load_config(self._tmpfile)
|
self._conf.load_config(self._tmpfile)
|
||||||
if warnings:
|
|
||||||
for warning in warnings:
|
|
||||||
print('%s: %s' % (defconfig, warning))
|
|
||||||
|
|
||||||
try_remove(self._tmpfile)
|
try_remove(self._tmpfile)
|
||||||
self._tmpfile = None
|
self._tmpfile = None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user