mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add u-boot-beagle-bone-black.
* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
This commit is contained in:
parent
e42a0771b7
commit
20f9c6764c
1 changed files with 3 additions and 0 deletions
|
@ -131,3 +131,6 @@ (define-public u-boot-vexpress_ca9x4
|
|||
|
||||
(define-public u-boot-malta
|
||||
(make-u-boot-package "malta" "mips64el-linux-gnuabi64"))
|
||||
|
||||
(define-public u-boot-beagle-bone-black
|
||||
(make-u-boot-package "am335x_boneblack" "arm-linux-gnueabihf"))
|
||||
|
|
Loading…
Reference in a new issue