From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burton Date: Wed, 16 Oct 2013 10:39:07 +0100 Subject: [U-Boot] [PATCH] mtd: fix warnings due to 64-bit partition support In-Reply-To: <525E2D55.20106@denx.de> References: <1381876887-14288-1-git-send-email-scottwood@freescale.com> <525E2D55.20106@denx.de> Message-ID: <525E5EBB.70602@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16/10/13 07:08, Stefan Roese wrote: > Hi Scott, > > On 16.10.2013 00:41, Scott Wood wrote: >> commit 39ac34473f3c96e77cbe03a49141771ed1639486 ("cmd_mtdparts: use 64 >> bits for flash size, partition size & offset") introduced warnings >> in a couple places due to printf formats or pointer casting. >> >> This patch fixes the warnings pointed out here: >> http://lists.denx.de/pipermail/u-boot/2013-October/164981.html >> >> Signed-off-by: Scott Wood >> Cc: York Sun >> Cc: Stefan Roese >> Cc: Paul Burton >> Cc: Tom Rini > > Acked-by: Stefan Roese > >> --- >> Alternatively, given the imminent release, perhaps all but the first >> patch of my recent NAND pull request should be reverted. The first >> patch was a regression fix, but on a second look the remaining patches >> look more like enabling a new feature (and I didn't look too closely at >> the ubi patches because Stefan had acked them and asked me to apply; >> patch 4 is clearly not a bugfix). > > Yes. But the first version of this patchset was posted before the merge > window was closed (on the 6th of August). So they should be integrated > in this release. That was my reasoning. > > Thanks, > Stefan > Thanks for catching & fixing this guys :) I'll make sure to build all boards when touching non-board-specific code in future! Paul