[U-Boot] [U-Boot, V2, 2/2] asm-generic: global_data: change timebase_l/h to unsigned int

Tom Rini trini at konsulko.com
Fri May 12 17:23:29 UTC 2017


On Tue, May 09, 2017 at 10:32:03AM +0800, Peng Fan wrote:

> Change type of timebase_l/h to unsigned int.
> >From lib/time.c: ((uint64_t)gd->timebase_h << 32) | gd->timebase_l;
> This piece code is based on that timebase_h and timebase_l are
> 32bits width, so change the type to unsigned int.
> 
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> Cc: Eddie Cai <eddie.cai.linux at gmail.com>
> Cc: Jagan Teki <jteki at openedev.com>
> Cc: York Sun <york.sun at nxp.com>
> Cc: "Robert P. J. Day" <rpjday at crashcourse.ca>
> Cc: Michal Simek <michal.simek at xilinx.com>
> Cc: Tom Rini <trini at konsulko.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170512/f395aef9/attachment.sig>


More information about the U-Boot mailing list