mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add u-boot-cubietruck.
* gnu/packages/bootloaders.scm (u-boot-cubietruck): New variable.
This commit is contained in:
parent
8eb49ec527
commit
a7d5ce94ba
1 changed files with 3 additions and 0 deletions
|
@ -580,6 +580,9 @@ (define-public u-boot-novena
|
||||||
(define-public u-boot-cubieboard
|
(define-public u-boot-cubieboard
|
||||||
(make-u-boot-package "Cubieboard" "arm-linux-gnueabihf"))
|
(make-u-boot-package "Cubieboard" "arm-linux-gnueabihf"))
|
||||||
|
|
||||||
|
(define-public u-boot-cubietruck
|
||||||
|
(make-u-boot-package "Cubietruck" "arm-linux-gnueabihf"))
|
||||||
|
|
||||||
(define-public u-boot-puma-rk3399
|
(define-public u-boot-puma-rk3399
|
||||||
(let ((base (make-u-boot-package "puma-rk3399" "aarch64-linux-gnu")))
|
(let ((base (make-u-boot-package "puma-rk3399" "aarch64-linux-gnu")))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue