diff --git a/arch/arm/mach-rockchip/make_fit_atf.sh b/arch/arm/mach-rockchip/make_fit_atf.sh index 258695c1b3..c8f851fd22 100755 --- a/arch/arm/mach-rockchip/make_fit_atf.sh +++ b/arch/arm/mach-rockchip/make_fit_atf.sh @@ -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"; diff --git a/arch/arm/mach-rockchip/make_fit_optee.sh b/arch/arm/mach-rockchip/make_fit_optee.sh index 6c499c5142..afc503bd8c 100755 --- a/arch/arm/mach-rockchip/make_fit_optee.sh +++ b/arch/arm/mach-rockchip/make_fit_optee.sh @@ -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";