From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 19 Jul 2009 08:47:48 +0200 Subject: [U-Boot] env_onenand compiler warning Message-ID: <4A62C194.3060304@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Testing recent mainline git head for omap3_evm_config I get compiler warning env_onenand.c: In function 'saveenv': env_onenand.c:104: warning: format '%08lx' expects type 'long unsigned int', but argument 2 has type 'loff_t' Is there already a fix available? Thanks Dirk