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

currently there is no way to override the default SERIAL_CONSOLE, this variable needs to be set only if the developer didn't set it already from another layer. Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
10 lines
325 B
Plaintext
10 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"
|