Searched hist:"8 fbbb6c27f8a3927b50bc8cd00fd288194ef83fc" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | global_data.h | 8fbbb6c27f8a3927b50bc8cd00fd288194ef83fc Tue May 09 02:32:02 UTC 2017 Peng Fan <peng.fan@nxp.com> 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>
|