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
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user