make.sh: rk1808 support RSA-PKCS1 V2.1 pack for trust

Change-Id: I9b27795c339516198cb2b499c2796ff7a7ef0b11
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-10-16 10:13:33 +08:00 committed by Jianhong Chen
parent 4e40f4e833
commit ebdb223312
1 changed files with 2 additions and 2 deletions

View File

@ -423,8 +423,8 @@ fixup_platform_configure()
local count plat
# <*> Fixup rsa/sha pack mode for platforms
# RK3308/PX30/RK3326 use RSA-PKCS1 V2.1, it's pack magic is "3"
if [ $RKCHIP = "PX30" -o $RKCHIP = "RK3326" -o $RKCHIP = "RK3308" ]; then
# RK3308/PX30/RK3326/RK1808 use RSA-PKCS1 V2.1, it's pack magic is "3"
if [ $RKCHIP = "PX30" -o $RKCHIP = "RK3326" -o $RKCHIP = "RK3308" -o $RKCHIP = "RK1808" ]; then
PLATFORM_RSA="--rsa 3"
# RK3368 use rk big endian SHA256, it's pack magic is "2"
elif [ $RKCHIP = "RK3368" ]; then