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

This reverts commit 34b05be1cb.

This property is added in u-boot-spl.dtb file.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I4d102c1acab2d659e4dc8ce493cfd768639ef5bb
This commit is contained in:
Joseph Chen 2020-12-04 14:47:04 +08:00 committed by Jianhong Chen
parent 8d853b0626
commit d4b31d1047
2 changed files with 0 additions and 2 deletions

View File

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