diff options
author | wdenk <wdenk> | 2002-11-04 16:02:40 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-04 16:02:40 +0000 |
commit | e95b61cfb0c7203964c1a3f163e16a65f04d87ec (patch) | |
tree | 84c79b69e42e1d551c737a06c683d7cd4d5e87b3 /cpu/mpc8xx | |
parent | 699b13a6064e642280caffaa83c10b359a6c1114 (diff) | |
download | u-boot-e95b61cfb0c7203964c1a3f163e16a65f04d87ec.tar.gz u-boot-e95b61cfb0c7203964c1a3f163e16a65f04d87ec.tar.xz u-boot-e95b61cfb0c7203964c1a3f163e16a65f04d87ec.zip |
Patch by Guillaume Alexandre,, 04 Nov 2002:
Improve PCI access on 32-bits Compact PCI bus
Adjust VFD initialization on TRAB
Cleanup RRvision video code
Diffstat (limited to 'cpu/mpc8xx')
-rw-r--r-- | cpu/mpc8xx/video.c | 8 |
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, |