Hi, experts: in 32bit ARM SOC platform: u-boot use "unsigned long long" as a uint64 data type. So, if with 74bit ARM SOC: Long type : means a 64bit data type. So how to map "unsigned long long " to a "long" data type if compiling a 64bit u-boot? Best wishes,