rockpro64: bump ATF to lts-2.8.8

This commit is contained in:
Ricardo Pardini 2023-08-17 17:45:47 +02:00 committed by Igor
parent a3c687e9a3
commit 531de6c890

View File

@ -21,7 +21,7 @@ function add_host_dependencies__new_uboot_wants_python3_rockpro64() {
function post_family_config__hacks_for_new_uboot_rockpro64() {
display_alert "$BOARD" "using ATF (blobless) for 2023.01 u-boot" "info"
# Use latest lts 2.8 ATF
ATFBRANCH='tag:lts-v2.8.6'
ATFBRANCH='tag:lts-v2.8.8'
ATFPATCHDIR="atf-rockchip64" # patches for logging etc
# With recent-enough u-boot and ATF.
# bl31.elf is copied directly from ATF build dir to uboot dir anyway.