From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 12 Jul 2009 14:59:50 +0200 Subject: [U-Boot] [PATCH] OMAP3: Define 64bit vsprintf for NAND In-Reply-To: <20090712125617.GA7218@game.jcrosoft.org> References: <1247387305-5578-1-git-send-email-dirk.behme@googlemail.com> <20090712125617.GA7218@game.jcrosoft.org> Message-ID: <4A59DE46.3050304@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 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:28 Sun 12 Jul , Dirk Behme wrote: >> With commit 8d2effea23e938631126a7888008a0637e13b389 "mtd: Update >> MTD infrastructure to support 64bit device size" >> CONFIG_SYS_64BIT_VSPRINTF needs to be defined to get correct output >> and to remove annoying warning >> >> warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! >> >> Add CONFIG_SYS_64BIT_VSPRINTF to all OMAP3 configurations. >> >> Signed-off-by: Dirk Behme >> >> --- >> > you mush have all board maintainer ack From technical point of view: What do you think what might be wrong with this change that any maintainer would reject it? Dirk