diff options
-rw-r--r-- | templates/machines/raspberrypi4.jinja2 | 2 |
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 %} |