summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx51evk/mx51evk.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-01-09 04:55:09 +0000
committerStefano Babic <sbabic@denx.de>2013-01-13 12:06:35 +0100
commit11d80af4876b609832856853b63d06a1011bccf1 (patch)
treedefd2ed622f0d4cf313e03f49e60b42378ce265e /board/freescale/mx51evk/mx51evk.c
parentacbb4457ab95bc4d71380f12b78017db79748d58 (diff)
downloadblackbird-obmc-uboot-11d80af4876b609832856853b63d06a1011bccf1.tar.gz
blackbird-obmc-uboot-11d80af4876b609832856853b63d06a1011bccf1.zip
mx51evk: Add DVI output support
Add DVI output support and make it the default video output. Currently the CLAA WVGA panel is supported, but this panel has to be purchased separately, so using the DVI output as the default would allow more people to try the splash screen feature on a mx51evk. If someone still wants to use the CLAA WVGA, just set the panel variable as: set panel claa Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/freescale/mx51evk/mx51evk.c')
-rw-r--r--board/freescale/mx51evk/mx51evk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c
index d1ef431895..54c16b1f9d 100644
--- a/board/freescale/mx51evk/mx51evk.c
+++ b/board/freescale/mx51evk/mx51evk.c
@@ -489,8 +489,6 @@ int board_init(void)
/* address of boot parameters */
gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
- lcd_enable();
-
return 0;
}
OpenPOWER on IntegriCloud