
23 Oct
2012
23 Oct
'12
7:36 a.m.
Hi Tom,
On Mon, Oct 22, 2012 at 1:38 PM, Tom Rini trini@ti.com wrote:
On Fri, Oct 12, 2012 at 05:26:12PM -0700, Simon Glass wrote:
Enable Coreboot and EXT4 Filesystems on the coreboot board.
Signed-off-by: Simon Glass sjg@chromium.org
cmd_ext4.c: In function 'do_ext4_write': cmd_ext4.c:110:3: error: format '%lu' expects type 'long unsigned int', but argument 4 has type 'int'
Is what I see with my toolchain.
Hmm I thought I fixed the ext4 x86 warnings with my previous patch, but clearly not. I will take another look and perhaps come up with another patch.
Regards, Simon
-- Tom