mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add u-boot-mx6cuboxi.
* gnu/packages/bootloaders.scm (u-boot-mx6cuboxi): New variable.
This commit is contained in:
parent
95a3422ef1
commit
adc61d7244
1 changed files with 3 additions and 0 deletions
|
@ -466,6 +466,9 @@ (define-public u-boot-nintendo-nes-classic-edition
|
|||
(define-public u-boot-wandboard
|
||||
(make-u-boot-package "wandboard" "arm-linux-gnueabihf"))
|
||||
|
||||
(define-public u-boot-mx6cuboxi
|
||||
(make-u-boot-package "mx6cuboxi" "arm-linux-gnueabihf"))
|
||||
|
||||
(define-public vboot-utils
|
||||
(package
|
||||
(name "vboot-utils")
|
||||
|
|
Loading…
Reference in a new issue