Fix rk3328 ATF build configuration

This commit is contained in:
zador-blood-stained 2018-01-20 18:58:33 +03:00
parent 53fe3a5409
commit 9531d1bc7e
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ uboot_custom_postprocess()
atf_custom_postprocess()
{
# remove bl31.bin which can be 4+GiB in size and thus may fill the tmpfs mount
rm -f build/rk3328/debug/bl31.bin
rm -f build/rk322xh/debug/bl31.bin
# ATF
trust_merger trust.ini
}

View File

@ -11,7 +11,7 @@ index 0000000..4af021a
+SEC=0
+[BL31_OPTION]
+SEC=1
+PATH=./build/rk3328/debug/bl31/bl31.elf
+PATH=./build/rk322xh/debug/bl31/bl31.elf
+ADDR=0x10000
+[BL32_OPTION]
+SEC=0