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-28 20:01:53 +00:00
parent d770ea2ad2
commit 60f2d9c6bb

View File

@ -224,6 +224,7 @@ rec {
UBIFS_FS_DEBUG n
'';
kernelTarget = "zImage";
uboot = null;
gcc = {
arch = "armv6";
fpu = "vfp";