~ruther/guix-local

8feb56b0d4399dc93207a061ddb8582558d3b8cb — David Craven 9 years ago 20f9c67
gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.

* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/u-boot.scm
M gnu/packages/u-boot.scm => gnu/packages/u-boot.scm +1 -1
@@ 126,7 126,7 @@ also initializes the boards (RAM etc).")
                    (copy-file file target-file)))
                uboot-files)))))))))

(define-public u-boot-vexpress_ca9x4
(define-public u-boot-vexpress
  (make-u-boot-package "vexpress_ca9x4" "arm-linux-gnueabihf"))

(define-public u-boot-malta