mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-09 15:50:47 +00:00
raspberrypi*.conf: Minor tweaks
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -11,4 +11,3 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
|
|||||||
|
|
||||||
UBOOT_MACHINE = "rpi_config"
|
UBOOT_MACHINE = "rpi_config"
|
||||||
VC4_CMA_SIZE_raspberrypi ?= "cma-64"
|
VC4_CMA_SIZE_raspberrypi ?= "cma-64"
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,3 @@ include conf/machine/raspberrypi.conf
|
|||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyAMA0"
|
SERIAL_CONSOLE = "115200 ttyAMA0"
|
||||||
VC4_CMA_SIZE ?= "cma-128"
|
VC4_CMA_SIZE ?= "cma-128"
|
||||||
|
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
|
|||||||
|
|
||||||
UBOOT_MACHINE = "rpi_2_config"
|
UBOOT_MACHINE = "rpi_2_config"
|
||||||
VC4_CMA_SIZE ?= "cma-256"
|
VC4_CMA_SIZE ?= "cma-256"
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,9 @@
|
|||||||
#@DESCRIPTION: Machine configuration for the RaspberryPi 3
|
#@DESCRIPTION: Machine configuration for the RaspberryPi 3
|
||||||
|
|
||||||
MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
|
MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
|
||||||
|
include conf/machine/raspberrypi2.conf
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
|
||||||
|
|
||||||
include conf/machine/raspberrypi2.conf
|
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
VC4_CMA_SIZE ?= "cma-256"
|
VC4_CMA_SIZE ?= "cma-256"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user