From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 16 Oct 2020 10:57:19 -0400 Subject: [PATCH] libfdt: Fix signedness comparison warnings In-Reply-To: <20201016144250.29106-1-andre.przywara@arm.com> References: <20201016144250.29106-1-andre.przywara@arm.com> Message-ID: <20201016145719.GV14816@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Oct 16, 2020 at 03:42:50PM +0100, Andre Przywara wrote: > This is a combination of upstream libfdt commits to fix warnings about > comparing signed and unsigned integers: > ========== > scripts/dtc/libfdt/fdt.c: In function ?fdt_offset_ptr?: > scripts/dtc/libfdt/fdt.c:137:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((absoffset < offset) > ... > ========== > > For a detailed description of the fixes, see the dtc repo: > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/log/?id=73e0f143b73d808 > > For this patch the commits between 73e0f143b73d8088 and ca19c3db2bf62000 > have been combined and adjusted for the slight differences in U-Boot's > libfdt code base. > > Signed-off-by: Andre Przywara So, the scripts that the Linux kernel uses to re-sync with dtc also work for U-Boot. Has the kernel re-synced yet? If so, can we just re-sync with that same commit again? That's typically how we do this. Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: