mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-20 01:40:04 +00:00
11 lines
325 B
Plaintext
11 lines
325 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_CONSOLE = "115200 ttyAMA0"
|
|
VC4_CMA_SIZE ?= "cma-128"
|
|
|