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.
This commit is contained in:
Tuomas Tynkkynen 2015-12-25 20:55:22 +02:00
parent 5d3642eba9
commit e9b80f3972
2 changed files with 7 additions and 0 deletions

View File

@ -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"];
};
}

View File

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