mbox series

[PULL] Please pull u-boot-amlogic-fixes-20240223

Message ID 20240223174124.866683-1-neil.armstrong@linaro.org
State New
Headers show
Series [PULL] Please pull u-boot-amlogic-fixes-20240223 | expand

Pull-request

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

Message

Neil Armstrong Feb. 23, 2024, 5:41 p.m. UTC
From: Neil Armstrong <neil.armstrong@linaro.org>

Please pull this simple config fixes for the Khadas VIM3 Android
setup to fix an Out Of Memory error for AVB.

Thanks,
Neil

The following changes since commit 5e4a0c7f4a2c9d4670b75a6a2056243b1a56512b:

  Merge branch 'qcom-fixes-2024.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon (2024-02-22 11:34:59 -0500)

are available in the Git repository at:

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

for you to fetch changes up to fc0a7431e1729f456690468f2e9570fcc2c18175:

  configs: khadas-vim3*_android: fix AVB oom error (2024-02-23 18:22:50 +0100)

----------------------------------------------------------------
- fix AVB oom error for Khadas VIM3 Android configs

----------------------------------------------------------------
Mattijs Korpershoek (1):
      configs: khadas-vim3*_android: fix AVB oom error

 configs/khadas-vim3_android_ab_defconfig  | 1 +
 configs/khadas-vim3_android_defconfig     | 1 +
 configs/khadas-vim3l_android_ab_defconfig | 1 +
 configs/khadas-vim3l_android_defconfig    | 1 +
 4 files changed, 4 insertions(+)

Comments

Tom Rini Feb. 23, 2024, 8:38 p.m. UTC | #1
On Fri, Feb 23, 2024 at 06:41:24PM +0100, neil.armstrong@linaro.org wrote:

> From: Neil Armstrong <neil.armstrong@linaro.org>
> 
> Please pull this simple config fixes for the Khadas VIM3 Android
> setup to fix an Out Of Memory error for AVB.
> 
> Thanks,
> Neil
> 
> The following changes since commit 5e4a0c7f4a2c9d4670b75a6a2056243b1a56512b:
> 
>   Merge branch 'qcom-fixes-2024.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon (2024-02-22 11:34:59 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-fixes-20240223
> 
> for you to fetch changes up to fc0a7431e1729f456690468f2e9570fcc2c18175:
> 
>   configs: khadas-vim3*_android: fix AVB oom error (2024-02-23 18:22:50 +0100)
> 

Applied to u-boot/master, thanks!