
On Fri, 24 Sep 2010 07:27:21 +0200 Anatolij Gustschin agust@denx.de wrote:
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
v2:
- fixed commit message
- dropped p1022ds fixes as the cleaned up p1022ds video patch will be applied on top of this patch
- dropped unneeded board config file changes
arch/powerpc/cpu/mpc512x/diu.c | 62 ++---------------- board/davedenx/aria/aria.c | 5 -- board/freescale/common/fsl_diu_fb.c | 41 ++++++++++++- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 74 +++------------------ board/pdm360ng/pdm360ng.c | 3 - {board/freescale/common => include}/fsl_diu_fb.h | 1 + 6 files changed, 59 insertions(+), 127 deletions(-) rename {board/freescale/common => include}/fsl_diu_fb.h (97%)
Applied to u-boot-video/next.
Anatolij