From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Sat, 17 Oct 2009 11:00:47 -0500 Subject: [U-Boot] [PATCH] fix CPU9260/CPU9G20 compile warnings In-Reply-To: <1255335340-8081-2-git-send-email-eric@eukrea.com> References: <4AD22B3F.40608@bumblecow.com> <1255335340-8081-1-git-send-email-eric@eukrea.com> <1255335340-8081-2-git-send-email-eric@eukrea.com> Message-ID: <4AD9EA2F.2090308@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Eric Benard wrote: > nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! > > Signed-off-by: Eric Benard > --- > include/configs/cpu9260.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h > index 4ef8566..de8cfb7 100644 > --- a/include/configs/cpu9260.h > +++ b/include/configs/cpu9260.h > @@ -295,6 +295,7 @@ > #define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PC14 > #define CONFIG_SYS_NAND_MASK_ALE (1 << 21) > #define CONFIG_SYS_NAND_MASK_CLE (1 << 22) > +#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */ > > /* NOR flash */ > #define CONFIG_SYS_FLASH_CFI 1 Eric, This one has also been pushed to arm/master-sync These patches did kill the compiler warnings Thanks! Tom