1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-22 07:17:23 +01:00
Files
u-boot-megous/drivers/video
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
..
2015-09-11 17:15:32 -04:00
2016-03-27 09:12:19 -04:00
2015-06-10 19:26:54 -06:00
2016-10-23 18:33:48 -04:00
2013-10-30 10:48:41 +01:00
2016-03-17 10:27:26 +08:00
2016-10-23 18:33:43 -04:00
2016-01-21 20:42:36 -07:00