From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Tue, 3 Oct 2017 13:30:22 -0500 Subject: [U-Boot] [PATCH 1/5] scripts/dtc: Update to upstream version v1.4.3 In-Reply-To: <20171003182828.GC22973@bill-the-cat> References: <1506263222-7080-1-git-send-email-trini@konsulko.com> <1506263222-7080-2-git-send-email-trini@konsulko.com> <20171003182828.GC22973@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 3, 2017 at 1:28 PM, Tom Rini wrote: > On Tue, Oct 03, 2017 at 01:24:13PM -0500, Rob Herring wrote: >> On Sun, Sep 24, 2017 at 9:26 AM, Tom Rini wrote: >> > Using the update-dtc-source.sh script from Linux v4.14-rc1 import the >> > portions of dtc that we require. We bring in update-dtc-source.sh and >> > scripts/dtc/Makefile from Linux v4.14-rc1. Rework DTC_FLAGS handling to >> > not require a test. >> >> You are missing fdt_addresses.c and fdt_overlay.c (which I thought >> u-boot was dependent on) as the script doesn't automatically add new >> files. I'm about to send out a script fix. > > We only need 'dtc', and those aren't listed in DTC_OBJS in Makefile.dtc. So now you have 2 copies of libfdt? Rob