From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 22 Jun 2009 13:50:30 -0500 Subject: [U-Boot] [PATCH] mtd: Update MTD infrastructure to support 64bit device size In-Reply-To: <4A3FCF8F.1050405@googlemail.com> References: <1242050635-7152-1-git-send-email-sr@denx.de> <200906221455.35960.sr@denx.de> <4A3FC97B.1050704@googlemail.com> <200906222025.36131.sr@denx.de> <4A3FCF8F.1050405@googlemail.com> Message-ID: <4A3FD276.4090503@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dirk Behme wrote: > Because every non-U-Boot expert who just downloads recent git and > compiles it will get the warning and will wonder if something is wrong > or not. So yes, the check doesn't hurt, but the warning might confuse > the users, which are non-experts. And the answer to that user is that something *is* wrong, and should be reported to the board maintainer so they can enable 64-bit printf. >> We could get rid of it of course if we would enable this 64bit printf format >> on all platforms and removed this option completely. This would cost a bit of >> image size but would make things easier/simpler. Just my 0.02$... Agreed. Or once we get kconfig we can have it be selected by any code that requires it. -Scott