diff options
author | David Craven <david@craven.ch> | 2016-09-13 19:03:01 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-09-13 19:04:43 +0200 |
commit | 8feb56b0d4399dc93207a061ddb8582558d3b8cb (patch) | |
tree | 098fa901aa66924ecc1c812ac30fe89c88f7148b | |
parent | 20f9c6764cb7479264d0d61870135d16898a185e (diff) | |
download | guix-8feb56b0d4399dc93207a061ddb8582558d3b8cb.tar guix-8feb56b0d4399dc93207a061ddb8582558d3b8cb.tar.gz |
gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.
* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
-rw-r--r-- | gnu/packages/u-boot.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm index 04231631a3..cdd52d8747 100644 --- a/gnu/packages/u-boot.scm +++ b/gnu/packages/u-boot.scm @@ -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 |