gnu: Add u-boot-wandboard.
* gnu/packages/bootloaders.scm (u-boot-wandboard): New variable.
This commit is contained in:
parent
fd0b21d5f6
commit
95a3422ef1
|
@ -463,6 +463,9 @@ also initializes the boards (RAM etc).")
|
||||||
(define-public u-boot-nintendo-nes-classic-edition
|
(define-public u-boot-nintendo-nes-classic-edition
|
||||||
(make-u-boot-package "Nintendo_NES_Classic_Edition" "arm-linux-gnueabihf"))
|
(make-u-boot-package "Nintendo_NES_Classic_Edition" "arm-linux-gnueabihf"))
|
||||||
|
|
||||||
|
(define-public u-boot-wandboard
|
||||||
|
(make-u-boot-package "wandboard" "arm-linux-gnueabihf"))
|
||||||
|
|
||||||
(define-public vboot-utils
|
(define-public vboot-utils
|
||||||
(package
|
(package
|
||||||
(name "vboot-utils")
|
(name "vboot-utils")
|
||||||
|
|
Loading…
Reference in New Issue