[U-Boot] [PATCH 1/6] moveconfig: Support providing a path to the defconfig files

Masahiro Yamada yamada.masahiro at socionext.com
Fri May 19 17:20:56 UTC 2017


>          if not matched:
> -            print >> sys.stderr, "warning: %s:%d: no defconfig matched '%s'" % \
> -                                                 (defconfigs_file, i + 1, line)
> -
> +            print >> sys.stderr, ("warning: %s:%d: no defconfig matched '%s'" %
> +                                  (defconfigs_file, i + 1, line))
>          defconfigs += matched
>
>      # use set() to drop multiple matching


This hunk is an unrelated/unneeded change.  Please drop.



-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list