mbox series

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

Message ID a1cbacc6-042d-32c1-eb91-8baa577598b4@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL,u-boot] Please pull u-boot-amlogic-20210703 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210703

Message

Neil Armstrong July 2, 2021, 10:06 p.m. UTC
Hi Tom,

Please find a very late fix for a SPI NOR Flash probe fail on the Amlogic based libretech boards.

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

Thanks,
Neil

The following changes since commit b7ad721c83fdbeeb71189d5f259c109cb1c38895:

  Revert "TEST: USB_HOST not USB" (2021-06-30 13:10:02 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210703

for you to fetch changes up to 8c6d8c32192049f8dafaaafae68eb9124b21c1e0:

  configs: libretech: set SPI mode to 0 (2021-07-02 23:59:27 +0200)

----------------------------------------------------------------
- configs: libretech: set SPI mode to 0 to fix SPI NOR Flash probe

----------------------------------------------------------------
Da Xue (1):
      configs: libretech: set SPI mode to 0

 configs/libretech-ac_defconfig       | 1 +
 configs/libretech-cc_v2_defconfig    | 1 +
 configs/libretech-s905d-pc_defconfig | 1 +
 configs/libretech-s912-pc_defconfig  | 1 +
 4 files changed, 4 insertions(+)

Comments

Tom Rini July 2, 2021, 11:10 p.m. UTC | #1
On Sat, Jul 03, 2021 at 12:06:40AM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> Please find a very late fix for a SPI NOR Flash probe fail on the Amlogic based libretech boards.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/8015
> 
> Thanks,
> Neil
> 
> The following changes since commit b7ad721c83fdbeeb71189d5f259c109cb1c38895:
> 
>   Revert "TEST: USB_HOST not USB" (2021-06-30 13:10:02 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210703
> 
> for you to fetch changes up to 8c6d8c32192049f8dafaaafae68eb9124b21c1e0:
> 
>   configs: libretech: set SPI mode to 0 (2021-07-02 23:59:27 +0200)
> 

Applied to u-boot/master, thanks!