Archived
1
0
Fork 0

gnu: u-boot-pine64-plus: Use bundled dtc.

* gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases>
[set-environment]: Use bundled dtc.
This commit is contained in:
Danny Milosavljevic 2018-05-12 11:09:42 +02:00
parent ac30d18c0b
commit 35e427d154
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

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