mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-09 15:50:47 +00:00
9d4b68dc77
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
10 lines
324 B
Plaintext
10 lines
324 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"
|