>          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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to