mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
KBUILD_DEFCONFIG should be defined by the kernel recipe instead, such as linux-raspberrypi. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi Compute Module 3 (CM3)
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
|
|
|
|
DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
|
|
require conf/machine/include/tune-cortexa7.inc
|
|
include conf/machine/include/rpi-base.inc
|
|
|
|
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
|
UBOOT_MACHINE = "rpi_3_32b_config"
|
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
|
|
|
ARMSTUB ?= "armstub.bin"
|