commit | f2d397b5ae70e3103224bdbd6a73b42721b462d4 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue May 09 10:32:02 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:34 2017 -0400 |
tree | 791b380a619c617f74d8cea31484f0e76e7f3655 | |
parent | 03183835d27ebea6f18803ba9e99bb735e922414 [diff] |
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>