Nick Thompson wrote:
> Is this the first use of long long on ARM...?

include/asm-arm/types.h has this:

#if defined(__GNUC__)
__extension__ typedef __signed__ long long __s64;
__extension__ typedef unsigned long long __u64;
#endif

So try replacing "unsigned long long" with "__u64" in print_size() and see
if that helps.

It must have something to do with __extension__.

-- 
Timur Tabi
Linux kernel developer at Freescale
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to