mbox

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

Message ID 20160211214720.0309885a@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Anatolij Gustschin Feb. 11, 2016, 8:47 p.m. UTC
Hi Tom,

The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04 06:56:23 -0500)

are available in the git repository at:


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

for you to fetch changes up to 6c88b51305d69b9728c56f27f363530a7f3d7e83:

  video: tegra: Enable the 'lcd' env variable work-around (2016-02-11 21:39:38 +0100)

----------------------------------------------------------------
Simon Glass (2):
      dm: video: Add a temporary work-around for old stdout var
      video: tegra: Enable the 'lcd' env variable work-around

Stephen Warren (1):
      video: bcm2835: use bus_to_phys() on FB address

 arch/arm/mach-tegra/Kconfig |    1 +
 common/console.c            |    8 ++++++++
 drivers/video/Kconfig       |   10 ++++++++++
 drivers/video/bcm2835.c     |    4 +++-
 4 files changed, 22 insertions(+), 1 deletion(-)

Please pull. Thanks!

--
Anatolij

Comments

Tom Rini Feb. 12, 2016, 3:42 p.m. UTC | #1
On Thu, Feb 11, 2016 at 09:47:20PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04 06:56:23 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 6c88b51305d69b9728c56f27f363530a7f3d7e83:
> 
>   video: tegra: Enable the 'lcd' env variable work-around (2016-02-11 21:39:38 +0100)
> 

Applied to u-boot/master, thanks!