Update ATF source (#3130)

This commit is contained in:
lampra1 2021-09-09 10:12:58 +03:00 committed by GitHub
parent 033f8044aa
commit ea6adaa40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@ case $BRANCH in
current|edge)
ATFSOURCE='https://github.com/apritzel/arm-trusted-firmware'
ATFBRANCH='branch:h616-v4'
ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
ATFBRANCH='branch:master'
ATF_PLAT="sun50i_h616";
ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'
BOOTBRANCH='branch:v2021.07'