mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritable
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
8b433e41f6
commit
ecb269577b
|
@ -35,7 +35,7 @@ KERNEL_DEVICETREE = " \
|
||||||
overlays/vc4-kms-v3d.dtbo \
|
overlays/vc4-kms-v3d.dtbo \
|
||||||
"
|
"
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE ?= "115200 ttyS0"
|
||||||
VC4_CMA_SIZE ?= "cma-256"
|
VC4_CMA_SIZE ?= "cma-256"
|
||||||
|
|
||||||
UBOOT_MACHINE = "rpi_3_config"
|
UBOOT_MACHINE = "rpi_3_config"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user