mbox

[U-Boot] Pull request: u-boot-video/master

Message ID 20101204214204.26e1e2f1@wker
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-video.git master

Message

Anatolij Gustschin Dec. 4, 2010, 8:42 p.m. UTC
Dear Wolfgang,

The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:

  Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 22:13:32 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (2):
      video: move fsl_diu_fb driver to drivers/video
      mpc512x: aria: cleanup board config file

 Makefile                                           |    3 ---
 board/freescale/common/Makefile                    |    1 -
 drivers/video/Makefile                             |    1 +
 .../common => drivers/video}/fsl_diu_fb.c          |    0
 include/configs/aria.h                             |    1 -
 5 files changed, 1 insertions(+), 5 deletions(-)
 rename {board/freescale/common => drivers/video}/fsl_diu_fb.c (100%)

Best regards,
Anatolij

Comments

Wolfgang Denk Dec. 6, 2010, 10:46 p.m. UTC | #1
Dear Anatolij Gustschin,

In message <20101204214204.26e1e2f1@wker> you wrote:
> Dear Wolfgang,
> 
> The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:
> 
>   Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 22:13:32 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> Anatolij Gustschin (2):
>       video: move fsl_diu_fb driver to drivers/video
>       mpc512x: aria: cleanup board config file
> 
>  Makefile                                           |    3 ---
>  board/freescale/common/Makefile                    |    1 -
>  drivers/video/Makefile                             |    1 +
>  .../common => drivers/video}/fsl_diu_fb.c          |    0
>  include/configs/aria.h                             |    1 -
>  5 files changed, 1 insertions(+), 5 deletions(-)
>  rename {board/freescale/common => drivers/video}/fsl_diu_fb.c (100%)

Applied, thanks.

Best regards,

Wolfgang Denk