Merge pull request #860 from ayufan/patch-1

Use ATF for rk322xh
This commit is contained in:
Igor Pečovnik 2018-01-07 12:16:25 +01:00 committed by GitHub
commit e434969cc2
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)