raspberrypi platform: adding a missing uboot attr

It's required, even if set to null, along all nixpkgs.
This commit is contained in:
Lluís Batlle i Rossell
2013-01-29 20:17:30 +01:00
parent d770ea2ad2
commit 60f2d9c6bb
+1
View File
@@ -224,6 +224,7 @@ rec {
UBIFS_FS_DEBUG n UBIFS_FS_DEBUG n
''; '';
kernelTarget = "zImage"; kernelTarget = "zImage";
uboot = null;
gcc = { gcc = {
arch = "armv6"; arch = "armv6";
fpu = "vfp"; fpu = "vfp";