From 8e4c537d84fdde8e3b4642d0dda2c0f4af76d52f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 16 Jul 2018 16:46:55 +0100 Subject: [PATCH] raspberrypi-cm3.conf: Inherit raspberrypi3 not raspberrypi2 The CM3 module is based Raspberry Pi 3 not 2. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi-cm3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf index 153d5d5..5f6d3b6 100644 --- a/conf/machine/raspberrypi-cm3.conf +++ b/conf/machine/raspberrypi-cm3.conf @@ -2,5 +2,5 @@ #@NAME: RaspberryPi Compute Module 3 (CM3) #@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) -MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" -include conf/machine/raspberrypi2.conf +MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" +include conf/machine/raspberrypi3.conf