u-boot-brain/arch/arm/include
Peng Fan 8fbbb6c27f arm: change tbu/l type to unsigned int
Change tbu/l type to unsigned int.
>From the timer file for arm,
"(((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;" is used,
This piece code is based on tbu/tbl is 32bits, so change the type to
unsigned int.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
2017-05-12 08:37:34 -04:00
..
asm arm: change tbu/l type to unsigned int 2017-05-12 08:37:34 -04:00
debug arm: debug: replace license blocks with SPDX 2014-10-26 22:22:09 +01:00