mbox series

[PULL,u-boot] Please pull u-boot-amlogic-20210308

Message ID 476093dd-ca30-f8e2-7e11-8a0f179750cc@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20210308 | expand

Pull-request

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

Message

Neil Armstrong March 8, 2021, 9:49 a.m. UTC
Hi Tom,

These changes fixes s/treshold/threshold/ in ADC button driver, and adds the missing fdtoverlay_addr_r
env variable to make usage of FDT overlay support in PXE boot on Amlogic boards.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/6696

Thanks,
Neil

The following changes since commit e4dba4ba6f61e8128be0b4200ca2d8cebf62180b:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-03-06 07:25:04 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 266637db88e37686b160722e183571567c61ad1a:

  configs: meson64: add fdtoverlay_addr_r (2021-03-08 10:32:35 +0100)

----------------------------------------------------------------
- button: adc: fix treshold typo
- configs: meson64: add fdtoverlay_addr_r

----------------------------------------------------------------
Neil Armstrong (2):
      button: adc: fix treshold typo
      configs: meson64: add fdtoverlay_addr_r

 drivers/button/button-adc.c | 14 +++++++-------
 include/configs/meson64.h   |  1 +
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

Tom Rini March 8, 2021, 4:51 p.m. UTC | #1
On Mon, Mar 08, 2021 at 10:49:20AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> These changes fixes s/treshold/threshold/ in ADC button driver, and adds the missing fdtoverlay_addr_r
> env variable to make usage of FDT overlay support in PXE boot on Amlogic boards.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/6696
> 
> Thanks,
> Neil
> 
> The following changes since commit e4dba4ba6f61e8128be0b4200ca2d8cebf62180b:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-03-06 07:25:04 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git u-boot-amlogic-20210308
> 
> for you to fetch changes up to 266637db88e37686b160722e183571567c61ad1a:
> 
>   configs: meson64: add fdtoverlay_addr_r (2021-03-08 10:32:35 +0100)
> 

Applied to u-boot/master, thanks!