aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-01-19 12:31:02 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-01-19 12:31:02 +0100
commit2c495b091a42ca3127d438bcd41692aa6e0063c8 (patch)
treecbe341a22f793783b6bf463c973571b623adb99a /templates
parentfa81dad257f31423f6b1054d93388150728a0e7d (diff)
Remove cma=64M setting overriding devicetree defaults
This setting needs to be removed in favour of the defaults from devicetree due to the location of the cma area being relevant. Note if at all, the cma= setting needs to be below 768M/1024M. So for reference, a cma=64M@256M does work. But as devicetree does handle it now - let it do its work. Bug-AGL: SPEC-3702 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I9e8300b22f505447a7b1f9be41288a9e54647064
Diffstat (limited to 'templates')
-rw-r--r--templates/machines/raspberrypi4.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/raspberrypi4.jinja2 b/templates/machines/raspberrypi4.jinja2
index a73f257..e5c4557 100644
--- a/templates/machines/raspberrypi4.jinja2
+++ b/templates/machines/raspberrypi4.jinja2
@@ -20,5 +20,5 @@
{{ super() }}
context:
console_device: ttyS0
- extra_kernel_args: "8250.nr_uarts=1 cma=64M rw fstab=no"
+ extra_kernel_args: " coherent_pool=1M 8250.nr_uarts=1 rw fstab=no "
{% endblock %}