summaryrefslogtreecommitdiff
path: root/board/pdm360ng
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-09-23 23:06:37 (GMT)
committerAnatolij Gustschin <agust@denx.de>2010-09-25 11:10:03 (GMT)
commit9e70d1378c7f41d1aa9ffc5429d810330c194949 (patch)
tree9c136a9549b0032ba80e82f49cfe3e60b6401655 /board/pdm360ng
parent6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 (diff)
downloadu-boot-fsl-qoriq-9e70d1378c7f41d1aa9ffc5429d810330c194949.tar.xz
fsl_diu_fb: further refactoring of FSL DIU code
Move common code to the fsl_diu_fb.c file and remove obsolete code from board files (aria, mpc8610hpcd and pdm360ng). Move fsl_diu_fb.h file to the include directory. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/pdm360ng')
-rw-r--r--board/pdm360ng/pdm360ng.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/pdm360ng/pdm360ng.c b/board/pdm360ng/pdm360ng.c
index e3abeb8..e8714e3 100644
--- a/board/pdm360ng/pdm360ng.c
+++ b/board/pdm360ng/pdm360ng.c
@@ -237,9 +237,6 @@ int misc_init_r(void)
#endif
#ifdef CONFIG_FSL_DIU_FB
-# if !(defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE))
- mpc5121_diu_init();
-#endif
#if defined(CONFIG_SERIAL_MULTI)
set_lcd_brightness(0);
#endif