]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-k3: Move K3 degenerate keys out of board folder
authorNishanth Menon <nm@ti.com>
Sat, 4 Nov 2023 02:45:10 +0000 (21:45 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 17:04:14 +0000 (12:04 -0500)
This file is common for all of K3, 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>
Reviewed-by: Andrew Davis <afd@ti.com>
arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
arch/arm/dts/k3-binman.dtsi
arch/arm/mach-k3/keys/ti-degenerate-key.pem [moved from board/ti/keys/ti-degenerate-key.pem with 100% similarity]

index 089b2a5f5cd5018e32f65753c83593e82814f0dd..274b6993752abfe393aedf2545706d111b096cb5 100644 (file)
@@ -9,10 +9,6 @@
        filename = "../../ti/keys/custMpk.pem";
 };
 
-&dkey_pem {
-       filename = "../../ti/keys/ti-degenerate-key.pem";
-};
-
 #ifndef CONFIG_ARM64
 
 &bcfg_yaml {
index 2ea2dd18a12b203c86847bd4c07e1738972d3b7b..db3f1cf40fc9ded72dbc39a7209fd84b7abc35dc 100644 (file)
@@ -20,7 +20,7 @@
        ti-degenerate-key {
                filename = "ti-degenerate-key.pem";
                dkey_pem: blob-ext {
-                       filename = "../keys/ti-degenerate-key.pem";
+                       filename = "arch/arm/mach-k3/keys/ti-degenerate-key.pem";
                };
        };
 };