diff options
author | Wolfgang Denk <wd@denx.de> | 2010-06-17 22:53:03 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-17 22:53:03 +0200 |
commit | ec6baf53f7691da4751e98d47a014acf266ab994 (patch) | |
tree | b76776a7b497e81df6e83017faedbd16ae2b9581 /board | |
parent | bc33f8c810ae93979070757ab529b3ec5896f336 (diff) | |
parent | f0a921518b7a016f0a9141933b0d766306394eff (diff) | |
download | u-boot-imx-ec6baf53f7691da4751e98d47a014acf266ab994.zip u-boot-imx-ec6baf53f7691da4751e98d47a014acf266ab994.tar.gz u-boot-imx-ec6baf53f7691da4751e98d47a014acf266ab994.tar.bz2 |
Merge branch 'next' of git://git.denx.de/u-boot-video into next
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c index 94fb1eb..a7b7f45 100644 --- a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c @@ -183,15 +183,6 @@ void *video_hw_init(void) return (void *)pGD; } -void video_set_lut (unsigned int index, /* color number */ - unsigned char r, /* red */ - unsigned char g, /* green */ - unsigned char b /* blue */ - ) -{ - return; -} - #endif /* defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE) */ #endif /* CONFIG_FSL_DIU_FB */ |