mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.
* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
This commit is contained in:
parent
20f9c6764c
commit
8feb56b0d4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ (define (make-u-boot-package board triplet)
|
|||
(copy-file file target-file)))
|
||||
uboot-files)))))))))
|
||||
|
||||
(define-public u-boot-vexpress_ca9x4
|
||||
(define-public u-boot-vexpress
|
||||
(make-u-boot-package "vexpress_ca9x4" "arm-linux-gnueabihf"))
|
||||
|
||||
(define-public u-boot-malta
|
||||
|
|
Loading…
Reference in a new issue