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:
parent
00d11ef213
commit
34b05be1cb
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue