OMAPDSS: OMAPFB: fix framebuffer console colors
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 19 Jul 2012 20:33:52 +0000 (23:33 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 6 Aug 2012 22:11:28 +0000 (01:11 +0300)
omapfb does not currently set pseudo palette correctly for color depths
above 16bpp, making red text invisible, command like
  echo -e '\e[0;31mRED' > /dev/tty1
will display nothing in 24bpp mode.
This is because temporary variable is declared incorrectly, fix it.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>

No differences found