From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 15 Dec 2011 10:22:56 +0800 Subject: [U-Boot] [PATCH/RFC] fix several printf() modifiers In-Reply-To: <1323857047-11574-1-git-send-email-andreas.devel@googlemail.com> References: <4EE843FE.1070504@wytron.com.tw> <1323857047-11574-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <4EE95A00.903@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/14/2011 06:04 PM, Andreas Bie?mann wrote: > From: Andreas Bie?mann > > Some architectures define size_t to unsigned long even though they are 32 bit > architectures. > > This patch fixes several warnings when running MAKEALL for avr32 architecture: Hi Andreas, Thanks. I have tested cmd_sf and fat. Tested-by: Thomas Chou I would suggest splitting this patch into three, as they related to different custodians. Best regards, Thomas