diff options
-rw-r--r-- | conf/machine/raspberrypi0.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf new file mode 100644 index 0000000..58468ed --- /dev/null +++ b/conf/machine/raspberrypi0.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: RaspberryPi Zero Development Board | ||
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero) | ||
4 | |||
5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | ||
6 | include conf/machine/raspberrypi.conf | ||