diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-13 14:22:15 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-11-25 17:59:32 -0700 |
commit | 095e6c1f2dd65635543859ddf689e3d90ab6e5cd (patch) | |
tree | b50fde359b56a85b0e52e3557780e8ec6cc03748 /board | |
parent | 20b13e8d7ef1b5ac93e4f1c0addae126b05eaf90 (diff) | |
download | u-boot-imx-095e6c1f2dd65635543859ddf689e3d90ab6e5cd.zip u-boot-imx-095e6c1f2dd65635543859ddf689e3d90ab6e5cd.tar.gz u-boot-imx-095e6c1f2dd65635543859ddf689e3d90ab6e5cd.tar.bz2 |
rockchip: video: Avoid using u8 in the HDMI driver
It makes not sense using u8 to hold a value on a 32-bit or 64-bit machine.
It can only bloat the code by forcing the compiler to mask the value.
Change it to uint.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions