gnu: Add u-boot-cubieboard.

* gnu/packages/bootloaders.scm (u-boot-cubieboard): New variable.
master
Danny Milosavljevic 2018-05-12 11:24:53 +02:00
parent 1d6dc2a206
commit dd4fe0c288
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 0 deletions

View File

@ -475,6 +475,9 @@ also initializes the boards (RAM etc).")
(define-public u-boot-novena
(make-u-boot-package "novena" "arm-linux-gnueabihf"))
(define-public u-boot-cubieboard
(make-u-boot-package "Cubieboard" "arm-linux-gnueabihf"))
(define-public vboot-utils
(package
(name "vboot-utils")