raspberrypi platform: adding a missing uboot attr
It's required, even if set to null, along all nixpkgs.
This commit is contained in:
parent
d770ea2ad2
commit
60f2d9c6bb
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ rec {
|
|||
UBIFS_FS_DEBUG n
|
||||
'';
|
||||
kernelTarget = "zImage";
|
||||
uboot = null;
|
||||
gcc = {
|
||||
arch = "armv6";
|
||||
fpu = "vfp";
|
||||
|
|
Loading…
Reference in a new issue