diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-12-06 07:15:20 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-12-06 07:15:22 -0800 |
commit | 6e3717bb736ae6db3e9c7773a4945254245cb3f6 (patch) | |
tree | 53bd1fd28bb41f5a52da1b5f53cfc6b512e96a32 /templates/machines | |
parent | f55a8b0719a1a4e54b105929e3e9d48d2decd859 (diff) |
templates: rpi3: update custom command-line args
Update kernel command-line args to match what is set when booting from
SD card.
Change-Id: I36e6e50efee83aa99f2e56d84893c6ec774c2e68
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates/machines')
-rw-r--r-- | templates/machines/raspberrypi3.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2 index fb97a28..2ebe84a 100644 --- a/templates/machines/raspberrypi3.jinja2 +++ b/templates/machines/raspberrypi3.jinja2 @@ -19,5 +19,5 @@ {{ super() }} context: console_device: ttyS0 - custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA" + custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA cma=256M bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 usbhid.mousepoll=0 coherent_pool=6M" {% endblock %} |