mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
da31d6f1ff
commit
aa913d4580
|
@ -2,5 +2,11 @@
|
||||||
#@NAME: RaspberryPi Compute Module 3 (CM3)
|
#@NAME: RaspberryPi Compute Module 3 (CM3)
|
||||||
#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
|
#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
|
||||||
|
|
||||||
MACHINEOVERRIDES = "raspberrypi3:${MACHINE}"
|
DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
|
||||||
include conf/machine/raspberrypi3.conf
|
require conf/machine/include/tune-cortexa7.inc
|
||||||
|
include conf/machine/include/rpi-base.inc
|
||||||
|
|
||||||
|
KBUILD_DEFCONFIG ?= "bcm2709_defconfig"
|
||||||
|
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
||||||
|
UBOOT_MACHINE = "rpi_3_32b_config"
|
||||||
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user