mbox

[U-Boot,PULL] u-boot-atmel/master -> u-boot/master

Message ID 1446411881-12788-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Andreas Bießmann Nov. 1, 2015, 9:04 p.m. UTC
The following changes since commit 0e067a65f57189703668826d9841fea477026bf6:

  x86: Select the ns16550 debug UART for minnowmax, chromebook_link (2015-10-30 18:04:14 -0400)

are available in the git repository at:

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

for you to fetch changes up to a61047370d0b73ab886c5863e952695b5ee0d75b:

  ARM: at91: sama5: change the environment address to 0x6000 (2015-11-01 22:02:16 +0100)

----------------------------------------------------------------
Josh Wu (2):
      at91: simplify spl board_init_f function
      ARM: at91: sama5: change the environment address to 0x6000

Marek Vasut (5):
      mmc: atmel: Silence debug output
      mmc: atmel: Fix clock configuration
      mmc: atmel: Implement proper private data
      mmc: atmel: Zap global 'initialized' variable
      lcd: atmel: Add 32bpp support for HLCDC

 arch/arm/mach-at91/spl_atmel.c      |  5 ----
 drivers/mmc/gen_atmel_mci.c         | 60 ++++++++++++++++++++++---------------
 drivers/video/atmel_hlcdfb.c        |  4 +++
 include/configs/at91-sama5_common.h |  4 +--
 4 files changed, 42 insertions(+), 31 deletions(-)

Comments

Tom Rini Nov. 1, 2015, 11:38 p.m. UTC | #1
On Sun, Nov 01, 2015 at 10:04:41PM +0100, Andreas Bießmann wrote:

> The following changes since commit 0e067a65f57189703668826d9841fea477026bf6:
> 
>   x86: Select the ns16550 debug UART for minnowmax, chromebook_link (2015-10-30 18:04:14 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to a61047370d0b73ab886c5863e952695b5ee0d75b:
> 
>   ARM: at91: sama5: change the environment address to 0x6000 (2015-11-01 22:02:16 +0100)
> 

Applied to u-boot/master, thanks!