summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2018-02-23 23:47:27 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-13 16:12:08 -0400
commitd50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c (patch)
treef9178ee8d69df4fc7dcd6fdb9952dbef4acdc9ea /pkgs/top-level
parent2a450cec19028bb7ea533bbb3d98966722b22d7e (diff)
downloadnixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.tar
nixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.tar.gz
nixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.tar.bz2
nixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.tar.lz
nixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.tar.xz
nixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.tar.zst
nixpkgs-d50bcaa8168b2b41d0e6d195d9ccb03e9d332d6c.zip
uboot: sheevplug and guruplug: use mainline U-Boot
These derivations have not seen any updates since they were created in 2010,
and some of their sources have disappeared. There are upstream configs for
these boards, so these are now used, and they build correctly. I have no way
of testing them, and I don't if anyone even uses either board with Nix anymore.

(cherry picked from commit 01020b3263629be5a8697aa781dcb267df8de0a0)
(cherry picked from commit 48ade50d8ece09d3ff732b07f0facdcd78084ac3)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c27168530e0..6e4d75f78c3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -13797,6 +13797,7 @@ with pkgs;
     ubootBananaPi
     ubootBeagleboneBlack
     ubootClearfog
+    ubootGuruplug
     ubootJetsonTK1
     ubootOdroidXU3
     ubootOrangePiPc
@@ -13806,17 +13807,14 @@ with pkgs;
     ubootRaspberryPi2
     ubootRaspberryPi3_32bit
     ubootRaspberryPi3_64bit
+    ubootSheevaplug
     ubootUtilite
     ubootWandboard
     ;
 
   # Non-upstream U-Boots:
-  ubootSheevaplug = callPackage ../misc/uboot/sheevaplug.nix { };
-
   ubootNanonote = callPackage ../misc/uboot/nanonote.nix { };
 
-  ubootGuruplug = callPackage ../misc/uboot/guruplug.nix { };
-
   uclibc = callPackage ../os-specific/linux/uclibc { };
 
   uclibcCross = callPackage ../os-specific/linux/uclibc {