From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 04 Aug 2021 08:15:24 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBABY-0004db-4J for lore@lore.pengutronix.de; Wed, 04 Aug 2021 08:15:24 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBABX-0008Ev-OX; Wed, 04 Aug 2021 08:15:23 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mBAAU-0007La-UX; Wed, 04 Aug 2021 08:14:18 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBAAU-0008H0-Ew; Wed, 04 Aug 2021 08:14:18 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mBAAU-00FR8y-EU; Wed, 04 Aug 2021 08:14:18 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 4 Aug 2021 08:14:18 +0200 Message-Id: <20210804061418.3678818-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210731151842.4964-1-bruno.thomsen@gmail.com> References: <20210731151842.4964-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] host-dtc: version bump 1.6.0 to 1.6.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 89a84394677eb123d799187858bd6c820d524d80. Michael [sent from post-receive hook] On Wed, 04 Aug 2021 08:14:18 +0200, Bruno Thomsen wrote: > The new 1.6.1 version is more gcc11 ready and > it fixes the following error when build on fedora. > > In file included from fdtdump.c:14: > fdtdump.c: In function 'main': > libfdt/libfdt.h:251:28: error: array subscript 'struct fdt_header[0]' is > partly outside array bounds of 'unsigned char[4]' [-Werror=array-bounds] > 251 | fdth->name = cpu_to_fdt32(val); \ > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ > libfdt/libfdt.h:253:1: note: in expansion of macro 'fdt_set_hdr_' > 253 | fdt_set_hdr_(magic); > | ^~~~~~~~~~~~ > fdtdump.c:216:31: note: while referencing 'smagic' > 216 | unsigned char smagic[FDT_MAGIC_SIZE]; > | ^~~~~~ > > Signed-off-by: Bruno Thomsen > Message-Id: <20210731151842.4964-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/platforms/host-dtc.in b/platforms/host-dtc.in > index 4567464c3d6b..00a2c7ffb71f 100644 > --- a/platforms/host-dtc.in > +++ b/platforms/host-dtc.in > @@ -12,12 +12,12 @@ if HOST_DTC > > config HOST_DTC_VERSION > string "Device tree compiler version" > - default "1.6.0" > + default "1.6.1" > help > Specify the DTC version number to be used > > config HOST_DTC_MD5 > string "dtc source md5sum" > - default "cd36ac756290597f3cf1c5b6cfe12e77" > + default "380e536cdad51ec0e90c9a8c28df5aac" > > endif _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de