U-Boot: Fix ubootTools

Oops, I forgot to test build this...
This commit is contained in:
Tuomas Tynkkynen 2016-02-27 19:30:17 +02:00
parent 158ff99ae4
commit 0fc6de6c3a
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ in rec {
inherit buildUBoot;
ubootTools = buildUBoot rec {
defconfig = "allnoconfig";
installDir = "$out/bin";
buildFlags = "tools NO_SDL=1";
dontStrip = false;

View file

@ -10868,6 +10868,7 @@ let
# Upstream U-Boots:
inherit (callPackage ../misc/uboot {})
buildUBoot
ubootTools
ubootBananaPi
ubootJetsonTK1
ubootPcduino3Nano