U-Boot: Fix ubootTools
Oops, I forgot to test build this...
This commit is contained in:
parent
158ff99ae4
commit
0fc6de6c3a
@ -54,6 +54,7 @@ in rec {
|
||||
inherit buildUBoot;
|
||||
|
||||
ubootTools = buildUBoot rec {
|
||||
defconfig = "allnoconfig";
|
||||
installDir = "$out/bin";
|
||||
buildFlags = "tools NO_SDL=1";
|
||||
dontStrip = false;
|
||||
|
@ -10868,6 +10868,7 @@ let
|
||||
# Upstream U-Boots:
|
||||
inherit (callPackage ../misc/uboot {})
|
||||
buildUBoot
|
||||
ubootTools
|
||||
ubootBananaPi
|
||||
ubootJetsonTK1
|
||||
ubootPcduino3Nano
|
||||
|
Loading…
Reference in New Issue
Block a user