From 6314f668fa14473463bb777ffaf778333fea16eb Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 17 Dec 2015 00:42:19 +0100 Subject: raspberrypi0.conf: Add machine configuration for Raspberry Pi Zero Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi0.conf 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 @@ +#@TYPE: Machine +#@NAME: RaspberryPi Zero Development Board +#@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero) + +MACHINEOVERRIDES = "raspberrypi:${MACHINE}" +include conf/machine/raspberrypi.conf -- cgit v1.2.3-54-g00ecf