]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: cfb_console: add weak default video_set_lut()
authorAnatolij Gustschin <agust@denx.de>
Sat, 1 May 2010 20:21:09 +0000 (22:21 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 14 Jun 2010 10:28:28 +0000 (12:28 +0200)
commit105438200744ca81199606a7b62c9eb07ac6efbd
treee5bdb3063cd02672a1327966b0c710f7502d2dc1
parenta6862bc123a9e6c93583879973679b0c5941a418
video: cfb_console: add weak default video_set_lut()

Do not enforce drivers to provide empty video_set_lut()
if they do not implement indexed color (8 bpp) frame
buffer support. Add default function to the cfb_console
driver and remove empty video_set_lut() functions.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/cpu/mpc512x/diu.c
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
drivers/video/cfb_console.c
drivers/video/sm501.c