;; This is a Guix channel. (channel (version 0) (news-file "etc/news.scm") (keyring-reference "keyring") (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL t icon' href='/cgit-static/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader/u-boot.scm
AgeCommit message (Expand)Author
2021-05-29gnu: bootloader: Fix install-allwinner64-u-boot....This fixes boot breakage introduced in commit: a65c935e29766940148d52b8116634b1e1cbcba6 Multiple files were still needed, but the filenames changed. * gnu/bootloader/u-boot.scm (install-allwinner64-u-boot): Update to use both SPL and u-boot files with new filenames. Vagrant Cascadian