
On Thu, Dec 03, 2020 at 06:06:16PM +0000, Andre Przywara wrote:
From: Tom Rini Sent: Thursday, December 03, 2020 17:22 To: Nicolas Boulenguez Cc: U-Boot mailing list; Andre Przywara Subject: Re: Please convert last remaining file to UTF-8 encoding
Sorry if that looks weird, my Thunderbird (68.x) suddenly refused to display some emails (I guess S/MIME is to blame?), so this is now written in <REDACTED>.
On Thu, Dec 03, 2020 at 03:27:44PM +0100, Nicolas Boulenguez wrote:
Hello. Please convert last remaining file to UTF-8 encoding A trivial patch is attached. Thanks.
From 38cde811be6878d9a6d10ae88980e0af55a31418 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez nicolas@debian.org Date: Thu, 3 Dec 2020 15:22:58 +0100 Subject: [PATCH] Convert last remaining file to UTF-8 encoding
arch/arm/dts/sun4i-a10-inet97fv2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/sun4i-a10-inet97fv2.dts b/arch/arm/dts/sun4i-a10-inet97fv2.dts index 5d096528e7..71c27ea0b5 100644 --- a/arch/arm/dts/sun4i-a10-inet97fv2.dts +++ b/arch/arm/dts/sun4i-a10-inet97fv2.dts @@ -1,7 +1,7 @@ /*
- Copyright 2014 Open Source Support GmbH
- David Lanzend?rfer david.lanzendoerfer@o2s.ch
- David Lanzendörfer david.lanzendoerfer@o2s.ch
- This file is dual-licensed: you can use it either under the terms
- of the GPL or the X11 license, at your option. Note that this dual
As this comes from the Linux kernel, has it been corrected there?
It has, but there are other changes. On a first glance the diffs look innocent, but I will have a closer look. In any case we should just resync from mainline.
OK, good. And yes, a resync with mainline is needed so that we can update dtc stuff without having to add U-Boot-only warning disables. Thanks!