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:
parent
8d853b0626
commit
d4b31d1047
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue