mbox series

[U-Boot,PULL] u-boot-atmel-fixes-2019.07-b

Message ID 365eaabf-4fff-bc2a-4f75-d8b08a4663ee@microchip.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-atmel-fixes-2019.07-b | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git

Message

Eugen Hristev July 1, 2019, 11:02 a.m. UTC
Hello Tom,

Please pull tag u-boot-atmel-fixes-2019.07-b , the second set of fixes 
for u-boot-atmel for 2019.07 release.

This includes a single small fix on the common atmel board code.
It should be the last fix for this release cycle.

Travis CI: https://travis-ci.org/ehristev/u-boot/builds/552616265

Thanks,
Eugen

The following changes since commit 5eea874b5e989e62519824ad140aa086432d01ee:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-06-22 
12:09:33 -0400)

are available in the git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-fixes-2019.07-b

for you to fetch changes up to ad371d8cd111126ad844f257b723f2f9df45351b:

   board: atmel: fix pda variable not being reset (2019-06-27 09:47:49 
+0300)

----------------------------------------------------------------
Second set of u-boot-atmel fixes for 2019.07 cycle

----------------------------------------------------------------
Eugen Hristev (1):
       board: atmel: fix pda variable not being reset

  board/atmel/common/board.c | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Tom Rini July 1, 2019, 1:38 p.m. UTC | #1
On Mon, Jul 01, 2019 at 11:02:27AM +0000, Eugen.Hristev@microchip.com wrote:

> Hello Tom,
> 
> Please pull tag u-boot-atmel-fixes-2019.07-b , the second set of fixes 
> for u-boot-atmel for 2019.07 release.
> 
> This includes a single small fix on the common atmel board code.
> It should be the last fix for this release cycle.
> 
> Travis CI: https://travis-ci.org/ehristev/u-boot/builds/552616265
> 
> Thanks,
> Eugen
> 
> The following changes since commit 5eea874b5e989e62519824ad140aa086432d01ee:
> 
>    Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-06-22 
> 12:09:33 -0400)
> 
> are available in the git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-fixes-2019.07-b
> 
> for you to fetch changes up to ad371d8cd111126ad844f257b723f2f9df45351b:
> 
>    board: atmel: fix pda variable not being reset (2019-06-27 09:47:49 
> +0300)
> 

Applied to u-boot/master, thanks!