diff options
author | Nishanth Menon | 2023-11-03 21:45:10 -0500 |
---|---|---|
committer | Tom Rini | 2023-11-22 12:04:14 -0500 |
commit | f1c8e9c44242fca281d118f051a0d5bbc581da48 (patch) | |
tree | feff85d416a6384c55600ce2f4e125bf43ae3b20 /board | |
parent | 140d427cc95ed93f84f83e15b39e0fc893855951 (diff) |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/keys/ti-degenerate-key.pem | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/ti/keys/ti-degenerate-key.pem b/board/ti/keys/ti-degenerate-key.pem deleted file mode 100644 index bd7d3745ade..00000000000 --- a/board/ti/keys/ti-degenerate-key.pem +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIBWwIBAAKBgQDRfrnXQaP0k6vRK/gZ+bDflSU6y1JagGeQ/b+QYuiDz14japog -8fRSu5WBsAxaSaySAUwS3L9Ppw+hGMecmyIJ494aMfZTtk1g49gU58joduiRnu7e -QSZHMnehhuNlfD7A2tAAKnxIYuabs8zHYM/SS9Ne7t3kIQMbKfUSzNy6qQIBAQIB -AQJBAOelUA376o6w3HkShXfN+shaOZYqFuTJ9exLMwsLp7DZKXB5F9I4JJ+Vkvho -k6QWs7vkhleLSYUZknXHYm26ZE0CQQDnhTtd4PTBoZPjPXOeYMJFtEdMNy0XP6ey -bcce389ugoY7BEkvASrd8PHgJQHziepgWOG4DGp33c64Hfq4zI3NAgEBAgEBAkA0 -RbK4uqoLciQluesTPU6lBy7Se3Dw0F9xBqlF5SR4KI6q+zQrHpBKyFOofMHZgizR -iCrL55cxEM146zMw3AnF ------END RSA PRIVATE KEY----- |