[U-Boot] Building for da830 fails
Timur Tabi
timur at freescale.com
Fri May 7 17:14:47 CEST 2010
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
More information about the U-Boot
mailing list