Merge pull request #2477 from armbian/h616-atf

H616: switch to newer WIP ATF
This commit is contained in:
Werner 2020-12-31 09:23:01 +01:00 committed by GitHub
commit 3361fa31ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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