Skip to content
Snippets Groups Projects
Commit 37f93f7b authored by Daniel Schwierzeck's avatar Daniel Schwierzeck
Browse files

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: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent eeb72e67
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment