mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02: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:
parent
d05f559089
commit
0c14814f23
|
@ -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"
|
||||
|
|
|
@ -158,7 +158,7 @@ do_deploy() {
|
|||
# VC4 Graphics support
|
||||
if [ "${VC4GRAPHICS}" = "1" ]; then
|
||||
echo "# Enable VC4 Graphics" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
echo "dtoverlay=${VC4DTBO},${VC4_CMA_SIZE}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
echo "dtoverlay=${VC4DTBO}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
|
||||
fi
|
||||
|
||||
# Waveshare "C" 1024x600 7" Rev2.1 IPS capacitive touch (http://www.waveshare.com/7inch-HDMI-LCD-C.htm)
|
||||
|
|
Loading…
Reference in New Issue
Block a user