mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
raspberrypi0.conf: make SERIAL_CONSOLE overridable from outside
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>
This commit is contained in:
parent
4a2e37f96e
commit
e28e6e6422
|
@ -5,5 +5,5 @@
|
|||
MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
|
||||
include conf/machine/raspberrypi.conf
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyAMA0"
|
||||
SERIAL_CONSOLE ?= "115200 ttyAMA0"
|
||||
VC4_CMA_SIZE ?= "cma-128"
|
||||
|
|
Loading…
Reference in New Issue
Block a user