diff options
Diffstat (limited to 'board/freescale/mpc5121ads/mpc5121ads.c')
| -rw-r--r-- | board/freescale/mpc5121ads/mpc5121ads.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board/freescale/mpc5121ads/mpc5121ads.c index 2e13ea802..a84644def 100644 --- a/board/freescale/mpc5121ads/mpc5121ads.c +++ b/board/freescale/mpc5121ads/mpc5121ads.c @@ -260,11 +260,6 @@ int misc_init_r(void)  	i2c_read(0x38, 0x0A, 1, &tmp_val, sizeof(tmp_val));  	debug("DVI Encoder Read: 0x%02lx\n", tmp_val); -#ifdef CONFIG_FSL_DIU_FB -# if	!(defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)) -	mpc5121_diu_init(); -# endif -#endif  	return 0;  } |