gnu: Add u-boot-beagle-bone-black.

* gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable.
This commit is contained in:
David Craven 2016-09-08 17:17:04 +02:00
parent e42a0771b7
commit 20f9c6764c
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 3 additions and 0 deletions

View File

@ -131,3 +131,6 @@ also initializes the boards (RAM etc).")
(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"))