commit | 290e1d87bd2fcf8c04532e848f9e9771aa771de8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 08 21:47:11 2018 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Mar 06 10:03:20 2018 +0100 |
tree | e0703b76a95d87379f2ce5f2b1014311de089ecd | |
parent | 5e4947eb7ae10a2fb779e3aba939e75ab1335fb7 [diff] |
dm: video: use constants to refer to colors Use constants to refer to colors. Adjust initialization of foreground and background color to avoid setting reserved bits. Consistently u32 instead of unsigned for color bit mask. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>