From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 09 Apr 2010 15:27:47 -0500 Subject: [U-Boot] [PATCH] allow print_size to print large numbers on 32-bit systems In-Reply-To: <20100409202259.166C219F36@gemini.denx.de> References: <1269990179-23666-1-git-send-email-timur@freescale.com> <1269990179-23666-2-git-send-email-timur@freescale.com> <20100409202259.166C219F36@gemini.denx.de> Message-ID: <4BBF8DC3.4090408@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 Wolfgang Denk wrote: > Dear Timur Tabi, > > In message <1269990179-23666-2-git-send-email-timur@freescale.com> you wrote: >> Modify print_size() so that it can accept numbers larger than 4GB on 32-bit >> systems. >> >> Signed-off-by: Timur Tabi >> --- >> include/common.h | 2 +- >> lib_generic/display_options.c | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) > > Hm... if we go so far, we should probably also prepare for bigger > prefixes, like printing TB ? I suppose. The purpose behind my patch was only to allow 32-bit systems to report when the board has 8GB of DDR. I didn't see much need for anything else. If you really think it's important, I can post an updated version of the patch. -- Timur Tabi Linux kernel developer at Freescale