Files
u-boot/drivers
Simon Glass 095e6c1f2d 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>
2016-11-25 17:59:32 -07:00
..
2016-11-25 17:59:31 -07:00
2016-10-19 09:01:51 +02:00
2016-11-21 14:07:26 -05:00
2016-10-12 20:48:43 -04:00
2016-10-28 07:13:52 -04:00
2016-11-25 17:59:30 -07:00
2016-08-12 16:00:50 -04:00
2016-03-14 19:21:44 -04:00
2016-10-11 11:55:33 +08:00
2016-10-31 10:13:17 -04:00