aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-05-01 16:35:18 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-05-01 16:35:18 +0200
commit2fb0b89f9959e82eb3e5a04e0bf5fad998fafd7e (patch)
treeec92c5de3a7c566439add73738a2b75d1123436f
parent83535841c066f90d9f62ce1315e43864b699405a (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
-rw-r--r--templates/machines/h3ulcb-kf.jinja22
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") %}