platforms: add scaleway-c1 (armv7 sans NEON)

This commit is contained in:
Eric Litak
2017-04-19 14:09:56 -07:00
parent 124c4b10c4
commit 3b7395683c
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -307,6 +307,14 @@ rec {
uboot = null;
};
scaleway-c1 = armv7l-hf-multiplatform // {
gcc = {
cpu = "cortex-a9";
fpu = "vfpv3";
float = "hard";
};
};
guruplug = sheevaplug // {
# Define `CONFIG_MACH_GURUPLUG' (see
# <http://kerneltrap.org/mailarchive/git-commits-head/2010/5/19/33618>)