Commits
Daniel Schwierzeck committed 37f93f7b798
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>