]> git.baikalelectronics.ru Git - uboot.git/commit
arm: change tbu/l type to unsigned int
authorPeng Fan <peng.fan@nxp.com>
Tue, 9 May 2017 02:32:02 +0000 (10:32 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:34 +0000 (08:37 -0400)
commita962e487e2ea0af6cb52468d9f74b05afac3bbe6
tree791b380a619c617f74d8cea31484f0e76e7f3655
parent1f12fa34a647bea2a3ef09f71d54d960d26c8099
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>
arch/arm/include/asm/global_data.h