Fix rk3328 ATF build configuration
This commit is contained in:
parent
53fe3a5409
commit
9531d1bc7e
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user