guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: Add u-boot-mx6cuboxi.


From: Danny Milosavljevic
Subject: 03/03: gnu: Add u-boot-mx6cuboxi.
Date: Sun, 29 Apr 2018 13:03:15 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit adc61d72448de550614b71f120dc5b3a340f6dc0
Author: Vagrant Cascadian <address@hidden>
Date:   Sun Apr 29 06:39:10 2018 +0000

    gnu: Add u-boot-mx6cuboxi.
    
    * gnu/packages/bootloaders.scm (u-boot-mx6cuboxi): New variable.
---
 gnu/packages/bootloaders.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 6a9fa36..0db6ad3 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -466,6 +466,9 @@ also initializes the boards (RAM etc).")
 (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]