mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

setting cma is not required with latest vc4 driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi Zero Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero)
|
|
|
|
MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
|
|
include conf/machine/raspberrypi.conf
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|