diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-04-19 17:24:40 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-04-19 21:42:12 +0300 |
commit | 2bb915e679b8a9e071f15b4caa3274fe9c6396c1 (patch) | |
tree | 5b1562c0a223066c7add73192131c3162601be6f | |
parent | 5cefb13ddd4d51a63a387e74c138035b7b8b8537 (diff) | |
download | patches-2bb915e679b8a9e071f15b4caa3274fe9c6396c1.tar patches-2bb915e679b8a9e071f15b4caa3274fe9c6396c1.tar.gz |
gnu: u-boot-odroid-c2: Remove variable.
U-boot for this target requires a binary blob to boot correctly.
* gnu/packages/bootloaders.scm (u-boot-odroid-c2): Remove variable.
-rw-r--r-- | gnu/packages/bootloaders.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 2ea78c9bac..281bb98fa9 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -443,9 +443,6 @@ also initializes the boards (RAM etc).") (define-public u-boot-beagle-bone-black (make-u-boot-package "am335x_boneblack" "arm-linux-gnueabihf")) -(define-public u-boot-odroid-c2 - (make-u-boot-package "odroid-c2" "aarch64-linux-gnu")) - (define-public u-boot-pine64-plus (let ((base (make-u-boot-package "pine64_plus" "aarch64-linux-gnu"))) (package |