From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 25 Sep 2010 13:49:50 +0200 Subject: [U-Boot] [PATCH v2 1/2] fsl_diu_fb: further refactoring of FSL DIU code In-Reply-To: <1285306042-2313-1-git-send-email-agust@denx.de> References: <1285173970-21875-1-git-send-email-timur@freescale.com> <1285306042-2313-1-git-send-email-agust@denx.de> Message-ID: <20100925134950.730c5df8@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 24 Sep 2010 07:27:21 +0200 Anatolij Gustschin 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 > --- > 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