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

@@ -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