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:
parent
5d3642eba9
commit
e9b80f3972
@ -92,4 +92,10 @@ in rec {
|
|||||||
filesToInstall = ["u-boot"];
|
filesToInstall = ["u-boot"];
|
||||||
patches = [ ./vexpress-Use-config_distro_bootcmd.patch ];
|
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
|
ubootPcduino3Nano
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
ubootVersatileExpressCA9
|
ubootVersatileExpressCA9
|
||||||
|
ubootWandboard
|
||||||
;
|
;
|
||||||
|
|
||||||
# Non-upstream U-Boots:
|
# Non-upstream U-Boots:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user