mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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
|
||||
'';
|
||||
kernelTarget = "zImage";
|
||||
uboot = null;
|
||||
gcc = {
|
||||
arch = "armv6";
|
||||
fpu = "vfp";
|
||||
|
Loading…
Reference in New Issue
Block a user