summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8xx/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc8xx/video.c')
-rw-r--r--cpu/mpc8xx/video.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpu/mpc8xx/video.c b/cpu/mpc8xx/video.c
index 10ec6f779d..9db69e1e19 100644
--- a/cpu/mpc8xx/video.c
+++ b/cpu/mpc8xx/video.c
@@ -835,14 +835,6 @@ static void video_ctrl_init (void *memptr)
{
volatile immap_t *immr = (immap_t *) CFG_IMMR;
- debug ("[RRvision] PD3 -> clk output: ");
- immr->im_ioport.iop_pdpar |= 0x1000 ;
-#if 0 /* This is supposed to be an output XXX XXX */
- immr->im_ioport.iop_pddir |= 0x1000 ;
-#else
- immr->im_ioport.iop_pddir &= ~(0x1000);
-#endif
- udelay (1000);
debug ("PDPAR=%04X PDDIR=%04X PDDAT=%04X\n",
immr->im_ioport.iop_pdpar,
immr->im_ioport.iop_pddir,
OpenPOWER on IntegriCloud