Use ATF for rk322xh

This commit is contained in:
Kamil Trzciński 2018-01-07 11:46:00 +01:00 committed by GitHub
parent 7f7d82a6c1
commit 8087db460b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@ HAS_UUID_SUPPORT=yes
BOOTDELAY=0
OVERLAY_PREFIX='rk3328'
ATFSOURCE='https://github.com/rockchip-linux/arm-trusted-firmware'
ATFSOURCE='https://github.com/ayufan-rock64/arm-trusted-firmware'
ATFDIR='arm-trusted-firmware-rk3328'
ATFBRANCH='branch:master'
ATFBRANCH='branch:rockchip'
ATF_USE_GCC='> 6.3'
ATF_TARGET_MAP='PLAT=rk3328 DEBUG=1 bl31;;trust.bin'
ATF_TARGET_MAP='PLAT=rk322xh DEBUG=1 bl31;;trust.bin'
case $BRANCH in
default)