diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-11-06 23:22:28 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-07 14:25:00 +0000 |
| commit | 0c14814f230e90dcb8323b5168ec881a284082d9 (patch) | |
| tree | dfa4e3d4e25c46bce1446b43fcb45154922f76ad /recipes-bsp/bootfiles | |
| parent | d05f5590891cc0d107473e1bf2e36523678d0114 (diff) | |
| download | meta-raspberrypi-0c14814f230e90dcb8323b5168ec881a284082d9.tar.gz | |
machines: Drop VC4_CMA_SIZE
setting cma is not required with latest vc4 driver
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp/bootfiles')
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 27a3b85..d92b8e4 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -158,7 +158,7 @@ do_deploy() { | |||
| 158 | # VC4 Graphics support | 158 | # VC4 Graphics support |
| 159 | if [ "${VC4GRAPHICS}" = "1" ]; then | 159 | if [ "${VC4GRAPHICS}" = "1" ]; then |
| 160 | echo "# Enable VC4 Graphics" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 160 | echo "# Enable VC4 Graphics" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 161 | echo "dtoverlay=${VC4DTBO},${VC4_CMA_SIZE}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 161 | echo "dtoverlay=${VC4DTBO}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 162 | fi | 162 | fi |
| 163 | 163 | ||
| 164 | # Waveshare "C" 1024x600 7" Rev2.1 IPS capacitive touch (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) | 164 | # Waveshare "C" 1024x600 7" Rev2.1 IPS capacitive touch (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) |
