mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
machines: Drop VC4_CMA_SIZE
setting cma is not required with latest vc4 driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,4 +10,3 @@ include conf/machine/include/rpi-base.inc
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||
|
||||
UBOOT_MACHINE = "rpi_config"
|
||||
VC4_CMA_SIZE_raspberrypi ?= "cma-64"
|
||||
|
||||
@@ -14,4 +14,3 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
||||
SDIMG_KERNELIMAGE ?= "kernel.img"
|
||||
UBOOT_MACHINE ?= "rpi_0_w_defconfig"
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
VC4_CMA_SIZE ?= "cma-128"
|
||||
|
||||
@@ -6,4 +6,3 @@ MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
|
||||
include conf/machine/raspberrypi.conf
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||
VC4_CMA_SIZE ?= "cma-128"
|
||||
|
||||
@@ -10,4 +10,3 @@ include conf/machine/include/rpi-base.inc
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
||||
|
||||
UBOOT_MACHINE = "rpi_2_config"
|
||||
VC4_CMA_SIZE ?= "cma-256"
|
||||
|
||||
@@ -21,7 +21,6 @@ RPI_KERNEL_DEVICETREE = " \
|
||||
"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
VC4_CMA_SIZE ?= "cma-256"
|
||||
|
||||
UBOOT_MACHINE = "rpi_3_config"
|
||||
MACHINE_FEATURES_append = " vc4graphics"
|
||||
|
||||
@@ -16,4 +16,3 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
||||
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
||||
UBOOT_MACHINE = "rpi_3_32b_config"
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
VC4_CMA_SIZE ?= "cma-256"
|
||||
|
||||
Reference in New Issue
Block a user