mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
sandbox: config: Enable FIT signatures with RSA
We want to sign and verify images using sandbox, so enable these options. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4d0985295b
commit
74378cf8e7
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
#define CONFIG_OF_LIBFDT
|
||||
#define CONFIG_LMB
|
||||
#define CONFIG_FIT
|
||||
#define CONFIG_FIT_SIGNATURE
|
||||
#define CONFIG_RSA
|
||||
#define CONFIG_CMD_FDT
|
||||
|
||||
#define CONFIG_FS_FAT
|
||||
|
|
Loading…
Add table
Reference in a new issue