]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: fix types u64 and __u64 to unsigned long long
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 4 Mar 2014 22:01:11 +0000 (23:01 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 4 Mar 2014 22:18:00 +0000 (23:18 +0100)
commit37f93f7b7980942d6b6cf358464acf6dd3414a34
tree59a9d3db4911fda260de1bb4f66e53b9b8e90447
parenteeb72e67619b98d2502fe634a3a5d9953de92ad0
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>
arch/mips/include/asm/types.h