U-Boot: Build for the Wandboard board

From v2016.01 onwards, the Wandboards boot using the distro bootcmd
stuff as well.

Tested on a Wandboard Quad.
wip/yesman
Tuomas Tynkkynen 9 years ago
parent 5d3642eba9
commit e9b80f3972
  1. 6
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -92,4 +92,10 @@ in rec {
filesToInstall = ["u-boot"];
patches = [ ./vexpress-Use-config_distro_bootcmd.patch ];
};
ubootWandboard = buildUBoot rec {
defconfig = "wandboard_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.img" "SPL"];
};
}

@ -10581,6 +10581,7 @@ let
ubootPcduino3Nano
ubootRaspberryPi
ubootVersatileExpressCA9
ubootWandboard
;
# Non-upstream U-Boots:

Loading…
Cancel
Save