diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-20 13:54:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:43:01 -0400 |
commit | 0657e46e28a3b0cf5fe1219f50a9f99fe7f9e90a (patch) | |
tree | 686e33c7655f022ec2bcab7e39aab1730ebef7f1 /drivers/video/mpc8xx_lcd.c | |
parent | dab0f7626edd5469f6949b826e52f74fcb48b090 (diff) | |
download | u-boot-0657e46e28a3b0cf5fe1219f50a9f99fe7f9e90a.tar.gz u-boot-0657e46e28a3b0cf5fe1219f50a9f99fe7f9e90a.tar.bz2 u-boot-0657e46e28a3b0cf5fe1219f50a9f99fe7f9e90a.zip |
mpc8xx: remove RPXlite_dw, quantum board support
These boards are old enough and have no maintainers.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'drivers/video/mpc8xx_lcd.c')
-rw-r--r-- | drivers/video/mpc8xx_lcd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/mpc8xx_lcd.c b/drivers/video/mpc8xx_lcd.c index fceed871a7..b6062f9128 100644 --- a/drivers/video/mpc8xx_lcd.c +++ b/drivers/video/mpc8xx_lcd.c @@ -268,11 +268,6 @@ void lcd_ctrl_init (void *lcdbase) * the controller. */ -#ifdef CONFIG_RPXLITE - /* This is special for RPXlite_DW Software Development Platform **[Sam]** */ - panel_info.vl_dp = CONFIG_SYS_LOW; -#endif - lccrtmp = LCDBIT (LCCR_BNUM_BIT, (((panel_info.vl_row * panel_info.vl_col) * (1 << LCD_BPP)) / 128)); |