Go back to latest stable u-boot with VIM3L (#4355)

* Go back to latest stable u-boot with VIM3L

https://github.com/armbian/build/pull/4251

* Revert "Go back to latest stable u-boot with VIM3L"

This reverts commit 0b240563ef.

* meson64: allow board-specific `BOOTBRANCH`; `khadas-vim3l`: `BOOTBRANCH_BOARD=tag:v2022.04`

Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
This commit is contained in:
Igor Pečovnik
2022-10-27 12:50:02 +02:00
committed by GitHub
parent 599bf33902
commit bd260b20f8
2 changed files with 6 additions and 1 deletions

View File

@@ -7,3 +7,8 @@ FULL_DESKTOP="yes"
SERIALCON="ttyAML0"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="amlogic/meson-sm1-khadas-vim3l.dtb"
# For the usage of uboot 2022.01 for vim3l; 2022.10 is known to have issues; while 22.04 works.
# 22.07 does not work either. v2022.07-rc1 not working either. So between 22.04 and 22.07-rc1 something broke.
# Known problem pointed out by Neil, https://lore.kernel.org/all/258575a1-8c55-3229-f27a-d608a7aad0ec@baylibre.com/
BOOTBRANCH_BOARD="tag:v2022.04"

View File

@@ -5,7 +5,7 @@ LINUXFAMILY=meson64
ARCH=arm64
SERIALCON=ttyAML0
SRC_LOADADDR='LOADADDR=0x1080000'
BOOTBRANCH="tag:v2022.07"
BOOTBRANCH="${BOOTBRANCH_BOARD:-"tag:v2022.07"}"
OVERLAY_PREFIX='meson'
# this family does not need it