aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/m3ulcb.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/m3ulcb.jinja2')
-rw-r--r--templates/machines/m3ulcb.jinja21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/m3ulcb.jinja2 b/templates/machines/m3ulcb.jinja2
index e9bf6a3..b6e789b 100644
--- a/templates/machines/m3ulcb.jinja2
+++ b/templates/machines/m3ulcb.jinja2
@@ -1,5 +1,6 @@
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "r8a7796-m3ulcb" %}
+{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set kernel_image = "Image" %}
{%- set dtb = "Image-r8a7796-m3ulcb.dtb" %}
{%- set uboot_type = "booti" %}