mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
f984c5cf1a
commit
0b06788009
1 changed files with 1 additions and 3 deletions
|
@ -1350,9 +1350,7 @@ (define-public u-boot-sandbox
|
||||||
"# CONFIG_IMAGE_PRE_LOAD is not set"
|
"# CONFIG_IMAGE_PRE_LOAD is not set"
|
||||||
"# CONFIG_IMAGE_PRE_LOAD_SIG is not set"
|
"# CONFIG_IMAGE_PRE_LOAD_SIG is not set"
|
||||||
"# CONFIG_CMD_BOOTM_PRE_LOAD is not set"
|
"# CONFIG_CMD_BOOTM_PRE_LOAD is not set"
|
||||||
"CONFIG_RSA=y"
|
"# CONFIG_EFI_SECURE_BOOT is not set")
|
||||||
"# CONFIG_EFI_SECURE_BOOT is not set"
|
|
||||||
"# CONFIG_TOOLS_LIBCRYPTO is not set")
|
|
||||||
#:append-description
|
#:append-description
|
||||||
"The sandbox configuration of U-Boot provides a
|
"The sandbox configuration of U-Boot provides a
|
||||||
@command{u-boot} command that runs as a normal user space application. It can
|
@command{u-boot} command that runs as a normal user space application. It can
|
||||||
|
|
Loading…
Reference in a new issue