rk322xh: fix make error because of bl31.bin and .ini file absent

1. add tools/rk_tools/RKTRUST/RK322XHTRUST.ini
2. add tools/rk_tools/bin/rk33/rk322xhbl31_v1.0.bin

Change-Id: Ic44a0f28a70d00f5c991e5567f6bb4cfe989f385
Signed-off-by: William Zhang <william.zhang@rock-chips.com>
This commit is contained in:
William Zhang
2016-11-18 09:46:36 +08:00
parent 9da8325665
commit 342ecfdb8a
2 changed files with 15 additions and 0 deletions

15
RKTRUST/RK322XHTRUST.ini Normal file
View File

@@ -0,0 +1,15 @@
[VERSION]
MAJOR=1
MINOR=0
[BL30_OPTION]
SEC=0
[BL31_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk322xhbl31_v1.0.bin
ADDR=0x10000
[BL32_OPTION]
SEC=0
[BL33_OPTION]
SEC=0
[OUTPUT]
PATH=trust.img

Binary file not shown.