rockchip: make_fit_optee/atf: add "burn-key-hash = <0>".

It is available when verified boot is enabled, to active
this feature: ./make.sh ... --burn-key-hash

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I2224bae079f12d48609989b080b287dfe4fd2cb3
This commit is contained in:
Joseph Chen 2020-09-27 10:16:31 +08:00 committed by Jianhong Chen
parent 00d11ef213
commit 34b05be1cb
2 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,7 @@ cat << EOF
conf {
description = "Rockchip armv8 with ATF";
rollback-index = <0x0>;
burn-key-hash = <0>;
firmware = "atf-1";
loadables = "uboot"${LOADABLE_ATF}${LOADABLE_OPTEE};
fdt = "fdt";

View File

@ -147,6 +147,7 @@ cat << EOF
conf {
description = "Rockchip armv7 with OP-TEE";
rollback-index = <0x0>;
burn-key-hash = <0>;
firmware = "optee";
loadables = "uboot";
fdt = "fdt";