mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user