From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 22 Jun 2009 14:55:35 +0200 Subject: [U-Boot] [PATCH] mtd: Update MTD infrastructure to support 64bit device size In-Reply-To: <4A3C74C3.6010308@googlemail.com> References: <1242050635-7152-1-git-send-email-sr@denx.de> <4A3C74C3.6010308@googlemail.com> Message-ID: <200906221455.35960.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dirk, I forgot to address your first issue. Please see below: > > +#if !defined(CONFIG_SYS_64BIT_VSPRINTF) > > +#warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! > > +#endif > > + > > 1. This preprocessor warning is annoying. Why not enable it in all > configs where needed and then remove this warning here? I could have done that, but this would not have been so easy. Especially with so many new board ports pending in the u-boot-arch/next branches at that time. And upcoming board ports would probably fallen through the crack as well. So I decided to do it this way. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================