Hi, All: > how to map "unsigned long long " to a "long" data type if compiling a 64bit u-boot? I got the answer: ARMv8 compiler will treat "unsigned long long" as u64 type. Best wishes,