diff options
author | Yoann Lopes <yoann.lopes@theqtcompany.com> | 2015-06-10 16:29:42 +0200 |
---|---|---|
committer | Eirik Aavitsland <eirik.aavitsland@theqtcompany.com> | 2015-06-19 09:22:28 +0300 |
commit | eb2eb7ce5d43d623d7d4ff1bd7a584feafc38fe8 (patch) | |
tree | 7e9eaacc1412343eb579dda712335725b602a525 /meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend | |
parent | 0cf281fdd678ea57b34bd9c7e5c48dc421d290ae (diff) | |
download | meta-boot2qt-eb2eb7ce5d43d623d7d4ff1bd7a584feafc38fe8.tar.gz |
Increase CMA reserved size on nitrogen6x.
Increased from 256MB (the default) to 384MB. Without this,
HW-accelerated video decoding cannot work for high resolution
videos.
The same might have to be done on other iMX devices.
Change-Id: I202ee246d59ded0343a93b6bdf221bd69fcd22c5
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend')
-rw-r--r-- | meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend b/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend index 1a0fe52..abbc222 100644 --- a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend +++ b/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend | |||
@@ -22,6 +22,6 @@ | |||
22 | 22 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 24 | SRC_URI += " \ |
25 | file://0001-nitrogen6x-disable-console-cursor-blinking.patch \ | 25 | file://0001-nitrogen6x-update-bootargs.patch \ |
26 | file://0002-nitrogen6x-update.patch \ | 26 | file://0002-nitrogen6x-update.patch \ |
27 | " | 27 | " |