arm: mach-k3: Move TI dummy keys out of board folder

This file is used to emulate customer keys on TI development board
ecosystems, move it out of board/ directory and into mach-k3. And
change the relative paths to absolute paths in the binman paths.

While at it, drop the reference in verdin-binman file which is
redundant.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Manorit Chawdhry <m-chawdhry@ti.com>
This commit is contained in:
Nishanth Menon
2023-11-03 21:45:11 -05:00
committed by Tom Rini
parent f1c8e9c442
commit 110b07c8bc
5 changed files with 1 additions and 5 deletions

View File

@@ -5,10 +5,6 @@
#include "k3-binman.dtsi" #include "k3-binman.dtsi"
&custmpk_pem {
filename = "../../ti/keys/custMpk.pem";
};
#ifndef CONFIG_ARM64 #ifndef CONFIG_ARM64
&bcfg_yaml { &bcfg_yaml {

View File

@@ -13,7 +13,7 @@
custMpk { custMpk {
filename = "custMpk.pem"; filename = "custMpk.pem";
custmpk_pem: blob-ext { custmpk_pem: blob-ext {
filename = "../keys/custMpk.pem"; filename = "arch/arm/mach-k3/keys/custMpk.pem";
}; };
}; };