diff options
| author | Herman Rimm <herman@rimm.ee> | 2024-12-13 20:58:29 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2024-12-18 14:24:52 -0800 |
| commit | 8a016fa0562e7f23b32a3fa25542b19af64b9c0e (patch) | |
| tree | b47095cb2b8f5b1606388ca731245a3f4c9ba5e1 /gnu/packages/bootloaders.scm | |
| parent | 6f7778e5da7e9a655109ca4cf021e7507f44e7d3 (diff) | |
Revert "gnu: u-boot-tools: Fix segfault while running tests."
This reverts commit e526b8b11debb184929abd013b7d589c9db245fa.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/bootloaders.scm')
| -rw-r--r-- | gnu/packages/bootloaders.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 0e271131552..e6d83d5329e 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -767,8 +767,7 @@ tree binary files. These are board description files used by Linux and BSD.") (patches (list %u-boot-rockchip-inno-usb-patch %u-boot-build-without-libcrypto-patch - %u-boot-allow-disabling-openssl-patch - (search-patch "u-boot-calloc-visibility.patch"))) + %u-boot-allow-disabling-openssl-patch)) (method url-fetch) (uri (string-append "https://ftp.denx.de/pub/u-boot/" |
