[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171003220417.GA13661@bill-the-cat>
Date: Tue, 3 Oct 2017 18:04:17 -0400
From: Tom Rini <trini@...sulko.com>
To: Rob Herring <robh@...nel.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Frank Rowand <frowand.list@...il.com>,
Kyle Yan <kyan@...eaurora.org>
Subject: Re: [PATCH 1/2] scripts/dtc: add fdt_overlay.c and fdt_addresses.c
to sync script
On Tue, Oct 03, 2017 at 01:31:17PM -0500, Rob Herring wrote:
> libfdt has gained some new files. We need to include them in the
> kernel's copy.
>
> Reported-by: Kyle Yan <kyan@...eaurora.org>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
> scripts/dtc/update-dtc-source.sh | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh
> index b8ebcc6722d2..f3e5c596050a 100755
> --- a/scripts/dtc/update-dtc-source.sh
> +++ b/scripts/dtc/update-dtc-source.sh
> @@ -34,7 +34,9 @@ DTC_SOURCE="checks.c data.c dtc.c dtc.h flattree.c fstree.c livetree.c srcpos.c
> srcpos.h treesource.c util.c util.h version_gen.h Makefile.dtc \
> dtc-lexer.l dtc-parser.y"
> DTC_GENERATED="dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h"
> -LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_empty_tree.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c fdt_wip.c libfdt.h libfdt_env.h libfdt_internal.h"
> +LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c \
> + fdt_overlay.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c \
> + fdt_wip.c libfdt.h libfdt_env.h libfdt_internal.h"
Should there be a patch #3 to update the kernel libfdt to include these
new files that we're copying in too? That seems to be the main user
in-tree of the libfdt C files, aside from the 'libfdt' targets under
arch/{arm,powerpc}/boot/ Thanks!
--
Tom
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists