mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Convert CONFIG_SPL_CRYPTO_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6ef2e75032
commit
dbdaeee43c
4 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
|||
#endif
|
||||
|
||||
#define CONFIG_SPL_BOARD_INIT
|
||||
#define CONFIG_SPL_CRYPTO_SUPPORT
|
||||
#define CONFIG_SPL_HASH_SUPPORT
|
||||
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
|
||||
#ifdef CONFIG_CHAIN_OF_TRUST
|
||||
|
||||
#define CONFIG_SPL_CRYPTO_SUPPORT
|
||||
#define CONFIG_SPL_HASH_SUPPORT
|
||||
#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
|
|||
CONFIG_SYS_EXTRA_OPTIONS="PPC_T1042,T1042RDB_PI,RAMBOOT_PBL,SPL_FSL_PBL,NAND,SECURE_BOOT"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SPL_CRYPTO_SUPPORT=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_GREPENV=y
|
||||
CONFIG_CMD_MMC=y
|
||||
|
|
|
@ -7,6 +7,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
|
|||
CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT,SECURE_BOOT"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SPL_CRYPTO_SUPPORT=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
CONFIG_CMD_GREPENV=y
|
||||
|
|
Loading…
Reference in a new issue