mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
arm: mach-k3: Move K3 degenerate keys out of board folder
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>
This commit is contained in:
parent
140d427cc9
commit
f1c8e9c442
3 changed files with 1 additions and 5 deletions
|
@ -9,10 +9,6 @@
|
|||
filename = "../../ti/keys/custMpk.pem";
|
||||
};
|
||||
|
||||
&dkey_pem {
|
||||
filename = "../../ti/keys/ti-degenerate-key.pem";
|
||||
};
|
||||
|
||||
#ifndef CONFIG_ARM64
|
||||
|
||||
&bcfg_yaml {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue