Skip to content

Commit ae94e7c

Browse files
committed
ubootfit: switch ecdsa256 to rsa2048. ecdsa signature not working yet for this u-boot version
1 parent 7c877a1 commit ae94e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-bsp/u-boot/u-boot-stm32/0001-add-signature-nodes-to-dts-files.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ index 41d01a769c2..21c450a7719 100644
2020
+ signature {
2121
+ key-ubootfit {
2222
+ required = "conf";
23-
+ algo = "sha256,ecdsa256";
23+
+ algo = "sha256,rsa2048";
2424
+ key-name-hint = "ubootfit";
2525
+ };
2626
+ };
@@ -39,7 +39,7 @@ index c07a360f687..552f4edb6ee 100644
3939
+ signature {
4040
+ key-ubootfit {
4141
+ required = "conf";
42-
+ algo = "sha256,ecdsa256";
42+
+ algo = "sha256,rsa2048";
4343
+ key-name-hint = "ubootfit";
4444
+ };
4545
+ };

0 commit comments

Comments
 (0)