diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-01 16:35:18 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-01 16:35:18 +0200 |
commit | 2fb0b89f9959e82eb3e5a04e0bf5fad998fafd7e (patch) | |
tree | ec92c5de3a7c566439add73738a2b75d1123436f /templates | |
parent | 83535841c066f90d9f62ce1315e43864b699405a (diff) |
Fix comment style for jinja2
{# ... #} is the proper comment style, otherwise we still assign.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I5b3f318d758825c30e6ec208d2eeaab51ba211ea
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machines/h3ulcb-kf.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/h3ulcb-kf.jinja2 b/templates/machines/h3ulcb-kf.jinja2 index d6e5f08..948e3e0 100644 --- a/templates/machines/h3ulcb-kf.jinja2 +++ b/templates/machines/h3ulcb-kf.jinja2 @@ -4,7 +4,7 @@ {%- set device_mach = "renesas" %} {%- set device_type = "r8a7795-h3ulcb-kf" %} # this DTB is on linux-renesas only, not mainlined -#{%- set dtb = dtb|default("r8a7795-h3ulcb-4x2g-kf.dtb") %} +#{#- set dtb = dtb|default("r8a7795-h3ulcb-4x2g-kf.dtb") #} # temporary use plain h3 and no KF {%- set dtb = dtb|default("r8a7795-h3ulcb-4x2g.dtb") %} {%- set kernel_image = kernel_image|default("Image") %} |