commit | 0d21a3c60addbf75d366567c4a15fe455df04056 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Mar 04 23:01:11 2014 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Mar 04 23:18:00 2014 +0100 |
tree | 59a9d3db4911fda260de1bb4f66e53b9b8e90447 | |
parent | f343378b7ac72b7f7c645c6fb949ad07aff6f8fd [diff] |
MIPS: fix types u64 and __u64 to unsigned long long Linux MIPS uses asm-generic/int-ll64.h in asm/types.h. Thus u64 and __u64 are defined as unsigned long long. Port this over to U-Boot. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>