gnu: u-boot-sandbox: Unconfigure CONFIG_RSA and CONFIG_TOOLS_LIBCRYPTO.

* gnu/packages/bootloaders.scm (u-boot-sandbox): Remove CONFIG_RSA and
CONFIG_TOOLS_LIBCRYPTO.
This commit is contained in:
Herman Rimm 2024-08-23 08:57:30 +02:00 committed by Ryan Schanzenbacher
parent f984c5cf1a
commit 0b06788009
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -1350,9 +1350,7 @@ (define-public u-boot-sandbox
"# CONFIG_IMAGE_PRE_LOAD is not set"
"# CONFIG_IMAGE_PRE_LOAD_SIG is not set"
"# CONFIG_CMD_BOOTM_PRE_LOAD is not set"
"CONFIG_RSA=y"
"# CONFIG_EFI_SECURE_BOOT is not set"
"# CONFIG_TOOLS_LIBCRYPTO is not set")
"# CONFIG_EFI_SECURE_BOOT is not set")
#:append-description
"The sandbox configuration of U-Boot provides a
@command{u-boot} command that runs as a normal user space application. It can