From 7ebd15f9d4f5d7022479b5b5780741933666cb44 Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 17 Dec 2020 11:03:17 +0100 Subject: [PATCH] H616: switch to newer WIP ATF --- config/sources/families/sun50iw6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/sun50iw6.conf b/config/sources/families/sun50iw6.conf index 9eb14d527b..7edae70151 100644 --- a/config/sources/families/sun50iw6.conf +++ b/config/sources/families/sun50iw6.conf @@ -9,7 +9,7 @@ ASOUND_STATE='asound.state.sun50iw2-dev' if [[ $BOARD == orangepizero2 ]]; then ATFSOURCE='https://github.com/apritzel/arm-trusted-firmware' - ATFBRANCH='branch:h616-WIP' + ATFBRANCH='branch:h616-beta' ATF_PLAT="sun50i_h616"; ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'