aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/m3ulcb.jinja2
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-09-22 10:51:48 +0200
committerLoys Ollivier <lollivier@baylibre.com>2017-09-26 08:02:35 +0200
commitf6c3c2ac82de2948d8c02d4321b3f841a4676617 (patch)
tree30ea8ace17aec0b751fbb78a2c6873cf7a5d9fdc /templates/machines/m3ulcb.jinja2
parent7a534f7dfac2d4367172e4dd1bd5d36e1525bbc5 (diff)
Sort machine and metadata definition fields
Sort the machine fields, metadata fields. Easier to go through them and search for fields. Change-Id: I657717fda116d78c5733bd1be4000645a3694713 Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'templates/machines/m3ulcb.jinja2')
-rw-r--r--templates/machines/m3ulcb.jinja26
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/machines/m3ulcb.jinja2 b/templates/machines/m3ulcb.jinja2
index b6e789b..5ed39cd 100644
--- a/templates/machines/m3ulcb.jinja2
+++ b/templates/machines/m3ulcb.jinja2
@@ -1,7 +1,7 @@
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "r8a7796-m3ulcb" %}
-{%- set rootfs_type = rootfs_type|default("nbd") %}
-{%- set kernel_image = "Image" %}
+{%- set dl_dir = "m3ulcb-nogfx" %}
{%- set dtb = "Image-r8a7796-m3ulcb.dtb" %}
+{%- set kernel_image = "Image" %}
+{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "booti" %}
-{%- set dl_dir = "m3ulcb-nogfx" %}