guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: u-boot-pine64-plus: Use bundled dtc.


From: Danny Milosavljevic
Subject: 01/02: gnu: u-boot-pine64-plus: Use bundled dtc.
Date: Sat, 12 May 2018 05:12:31 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 35e427d154b6bdcd1a6f68445efab9b384300ec9
Author: Danny Milosavljevic <address@hidden>
Date:   Sat May 12 11:09:42 2018 +0200

    gnu: u-boot-pine64-plus: Use bundled dtc.
    
    * gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases>
    [set-environment]: Use bundled dtc.
---
 gnu/packages/bootloaders.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index ff9078b..7aea959 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -442,9 +442,10 @@ also initializes the boards (RAM etc).")
                   (let ((bl31 (string-append (assoc-ref inputs "firmware")
                                              "/bl31.bin")))
                     (setenv "BL31" bl31)
-                    ;; This is necessary while we're using the bundled dtc.
-                    (setenv "PATH" (string-append (getenv "PATH") ":"
-                                                  "scripts/dtc")))
+                    ;; This is necessary when we're using the bundled dtc.
+                    ;(setenv "PATH" (string-append (getenv "PATH") ":"
+                    ;                              "scripts/dtc"))
+                    )
                   #t))))))
       (native-inputs
        `(("firmware" ,arm-trusted-firmware-pine64-plus)



reply via email to

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