mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
If usec >= 224000 usec, then: usec * GPT_FREQ_KHZ = 224000 * 19200 >= 0x100590000, which is a 33 bits value To fix this usec is typecasted to 64 bit (unsigned long long)usec * GPT_FREQ_KHZ Change-Id: Ib1642d39b0581d2c04c62e415a1fd2dfed47fff1 Signed-off-by: Timple Raj M <quic_timple@quicinc.com> |
||
|---|---|---|
| .. | ||
| arm11 | ||
| arm720t | ||
| arm920t | ||
| arm926ejs | ||
| arm946es | ||
| arm1136 | ||
| arm1176 | ||
| armv7 | ||
| armv7m | ||
| armv8 | ||
| pxa | ||
| sa1100 | ||
| Makefile | ||
| u-boot-spl.lds | ||
| u-boot.lds | ||