summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-02-18 17:45:59 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-19 17:02:19 +0000
commit5af10f56d5aad7c5d7068b97d47597bc793528d7 (patch)
tree00cd18fe146519ba895d13ac441bac4c5adb428e
parentb2dac7379b137148e3ba597dd9340d80db139f19 (diff)
downloadmeta-raspberrypi-5af10f56d5aad7c5d7068b97d47597bc793528d7.tar.gz
raspberrypi-cm3.conf: Define it as a stand alone machine
As well, define the correct configuration for this machine. Tested this with and without u-boot on CM3 (with internal storage) and CM3+ without internal storage. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi-cm3.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf
index 5f6d3b6..c8677b4 100644
--- a/conf/machine/raspberrypi-cm3.conf
+++ b/conf/machine/raspberrypi-cm3.conf
@@ -2,5 +2,11 @@
2#@NAME: RaspberryPi Compute Module 3 (CM3) 2#@NAME: RaspberryPi Compute Module 3 (CM3)
3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) 3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
4 4
5MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" 5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6include conf/machine/raspberrypi3.conf 6require conf/machine/include/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc
8
9KBUILD_DEFCONFIG ?= "bcm2709_defconfig"
10SDIMG_KERNELIMAGE ?= "kernel7.img"
11UBOOT_MACHINE = "rpi_3_32b_config"
12SERIAL_CONSOLES ?= "115200;ttyAMA0"