summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-01-06 16:50:03 -0300
committerRicardo Salveti <ricardo@foundries.io>2020-01-06 17:08:38 -0300
commit93d8a0191c550d2fc96b90bdff9c6f0e803ff140 (patch)
tree42e74cffcf21ee99c6f5c2fa7f9c898943cada7c
parente0d1e82821d044e06136bc72aeb1b5d8f020ff6f (diff)
bsp: add standard definition for rpi-cm3
Board based on rpi3. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--bsp/raspberrypi/raspberrypi-cm3-standard.scc7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsp/raspberrypi/raspberrypi-cm3-standard.scc b/bsp/raspberrypi/raspberrypi-cm3-standard.scc
new file mode 100644
index 0000000..677db54
--- /dev/null
+++ b/bsp/raspberrypi/raspberrypi-cm3-standard.scc
@@ -0,0 +1,7 @@
+define KMACHINE raspberrypi-cm3
+define KARCH arm
+define KTYPE standard
+
+include ktypes/standard/standard.scc
+
+include raspberrypi3.scc