[U-Boot] [PATCH] moveconfig.py: Fix more Python3 UTF issues

Tom Rini trini at konsulko.com
Sun Nov 24 14:56:25 UTC 2019


On Sun, Nov 10, 2019 at 09:19:37PM -0500, Tom Rini wrote:

> With the move to using Python 3 for real, we encounter two different
> issues.  First, the file include/video_font_data.h includes at least one
> UTF-16 character.  Given that it does not include any CONFIG symbols it
> is easiest to just ignore this file.  Next, we encounter similar
> problems with some dts/dtsi files that come from Linux.  In this case
> it's easiest to simply ignore all dts/dtsi files as there will not be
> CONFIG symbols for us to migrate in them.
> 
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191124/6a4ba524/attachment.sig>


More information about the U-Boot mailing list