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:
Pierre Langlois 2021-08-02 15:05:49 +01:00
parent 64d4bc089e
commit 781123518e
No known key found for this signature in database
GPG key ID: A8FC9E447F4F7D54

View file

@ -713,9 +713,6 @@ (define-public (make-u-boot-package board triplet)
uboot-files)
#t)))))))))
(define-public u-boot-vexpress
(make-u-boot-package "vexpress_ca9x4" "arm-linux-gnueabihf"))
(define-public u-boot-malta
(make-u-boot-package "malta" "mips64el-linux-gnuabi64"))