mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: u-boot-vexpress: Remove package.
Upstream no longer supports the platform and we don't expect any users out there, see <https://bugs.gnu.org/49552>. * gnu/packages/bootloaders.scm (u-boot-vexpress): Remove variable.
This commit is contained in:
parent
64d4bc089e
commit
781123518e
1 changed files with 0 additions and 3 deletions
|
@ -713,9 +713,6 @@ (define-public (make-u-boot-package board triplet)
|
||||||
uboot-files)
|
uboot-files)
|
||||||
#t)))))))))
|
#t)))))))))
|
||||||
|
|
||||||
(define-public u-boot-vexpress
|
|
||||||
(make-u-boot-package "vexpress_ca9x4" "arm-linux-gnueabihf"))
|
|
||||||
|
|
||||||
(define-public u-boot-malta
|
(define-public u-boot-malta
|
||||||
(make-u-boot-package "malta" "mips64el-linux-gnuabi64"))
|
(make-u-boot-package "malta" "mips64el-linux-gnuabi64"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue