platforms.nix: More rpi2 cleanup
This commit is contained in:
parent
3abdd4f1e3
commit
27bb4da344
@ -183,11 +183,8 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
raspberrypi2 = armv7l-hf-multiplatform // {
|
# Legacy attribute, for compatibility with existing configs only.
|
||||||
name = "raspberrypi2";
|
raspberrypi2 = armv7l-hf-multiplatform;
|
||||||
kernelAutoModules = false;
|
|
||||||
kernelTarget = "zImage";
|
|
||||||
};
|
|
||||||
|
|
||||||
scaleway-c1 = armv7l-hf-multiplatform // {
|
scaleway-c1 = armv7l-hf-multiplatform // {
|
||||||
gcc = {
|
gcc = {
|
||||||
|
Loading…
Reference in New Issue
Block a user