Re: [U-Boot] [PATCHv2 2/3] genboardscfg.py: Remove "warnings" print section

2019-10-08 Thread Tom Rini
On Fri, Sep 20, 2019 at 05:42:08PM -0400, Tom Rini wrote: > We tell kconfiglib to not print any warnings to us so drop this code as > it will be unused. > > Cc: Masahiro Yamada > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature _

[U-Boot] [PATCHv2 2/3] genboardscfg.py: Remove "warnings" print section

2019-09-20 Thread Tom Rini
We tell kconfiglib to not print any warnings to us so drop this code as it will be unused. Cc: Masahiro Yamada Signed-off-by: Tom Rini --- Changes in v2: - New patch --- tools/genboardscfg.py | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/genboardscfg.py b/tools/