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:
parent
ac30d18c0b
commit
35e427d154
1 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Reference in a new issue