diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-18 17:45:59 +0000 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-19 18:16:40 +0000 |
| commit | aa913d45800a5c1c3f8faf537ed2ee84d18c5b02 (patch) | |
| tree | 0c8dc1fb88ccb7dc7ec71675e437f1b53d2a52a5 | |
| parent | da31d6f1ff4448991a81479b3ab64bf6d48bcdf1 (diff) | |
| download | meta-raspberrypi-aa913d45800a5c1c3f8faf537ed2ee84d18c5b02.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.conf | 10 |
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 | ||
| 5 | MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" | 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
| 6 | include conf/machine/raspberrypi3.conf | 6 | require conf/machine/include/tune-cortexa7.inc |
| 7 | include conf/machine/include/rpi-base.inc | ||
| 8 | |||
| 9 | KBUILD_DEFCONFIG ?= "bcm2709_defconfig" | ||
| 10 | SDIMG_KERNELIMAGE ?= "kernel7.img" | ||
| 11 | UBOOT_MACHINE = "rpi_3_32b_config" | ||
| 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0" | ||
