guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add u-boot-wandboard.


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

dannym pushed a commit to branch master
in repository guix.

commit 95a3422ef1da7be528d1ae4204ec1b63effde5b6
Author: Vagrant Cascadian <address@hidden>
Date:   Sun Apr 29 04:38:05 2018 +0000

    gnu: Add u-boot-wandboard.
    
    * gnu/packages/bootloaders.scm (u-boot-wandboard): 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 fc4570c..6a9fa36 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -463,6 +463,9 @@ also initializes the boards (RAM etc).")
 (define-public u-boot-nintendo-nes-classic-edition
   (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
   (package
     (name "vboot-utils")



reply via email to

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