diff options
| author | Nishanth Menon <[email protected]> | 2023-11-03 21:45:11 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-22 12:04:14 -0500 |
| commit | 110b07c8bcb611ddf5b6bed44f5eb9ac14ebecec (patch) | |
| tree | 1cdf793bf04b9369708059eb607d59a70a6509f6 | |
| parent | f1c8e9c44242fca281d118f051a0d5bbc581da48 (diff) | |
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 <[email protected]>
Reviewed-by: Francesco Dolcini <[email protected]>
Acked-by: Manorit Chawdhry <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/dts/k3-binman.dtsi | 2 | ||||
| -rw-r--r-- | arch/arm/mach-k3/keys/custMpk.crt (renamed from board/ti/keys/custMpk.crt) | 0 | ||||
| -rw-r--r-- | arch/arm/mach-k3/keys/custMpk.key (renamed from board/ti/keys/custMpk.key) | 0 | ||||
| -rw-r--r-- | arch/arm/mach-k3/keys/custMpk.pem (renamed from board/ti/keys/custMpk.pem) | 0 |
5 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi index 274b6993752..9c2d1df6b7a 100644 --- a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi +++ b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi @@ -5,10 +5,6 @@ #include "k3-binman.dtsi" -&custmpk_pem { - filename = "../../ti/keys/custMpk.pem"; -}; - #ifndef CONFIG_ARM64 &bcfg_yaml { diff --git a/arch/arm/dts/k3-binman.dtsi b/arch/arm/dts/k3-binman.dtsi index db3f1cf40fc..d1ef2fac311 100644 --- a/arch/arm/dts/k3-binman.dtsi +++ b/arch/arm/dts/k3-binman.dtsi @@ -13,7 +13,7 @@ custMpk { filename = "custMpk.pem"; custmpk_pem: blob-ext { - filename = "../keys/custMpk.pem"; + filename = "arch/arm/mach-k3/keys/custMpk.pem"; }; }; diff --git a/board/ti/keys/custMpk.crt b/arch/arm/mach-k3/keys/custMpk.crt index 01bd64aae57..01bd64aae57 100644 --- a/board/ti/keys/custMpk.crt +++ b/arch/arm/mach-k3/keys/custMpk.crt diff --git a/board/ti/keys/custMpk.key b/arch/arm/mach-k3/keys/custMpk.key index adba378c800..adba378c800 100644 --- a/board/ti/keys/custMpk.key +++ b/arch/arm/mach-k3/keys/custMpk.key diff --git a/board/ti/keys/custMpk.pem b/arch/arm/mach-k3/keys/custMpk.pem index adba378c800..adba378c800 100644 --- a/board/ti/keys/custMpk.pem +++ b/arch/arm/mach-k3/keys/custMpk.pem |
