diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-09-24 01:06:37 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-09-25 13:10:03 +0200 |
commit | 9e70d1378c7f41d1aa9ffc5429d810330c194949 (patch) | |
tree | 9c136a9549b0032ba80e82f49cfe3e60b6401655 /board/pdm360ng | |
parent | 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 (diff) | |
download | u-boot-9e70d1378c7f41d1aa9ffc5429d810330c194949.tar.gz |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/pdm360ng/pdm360ng.c b/board/pdm360ng/pdm360ng.c index e3abeb8ef1..e8714e3a79 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 |