summaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/raspberrypi3.jinja2')
-rw-r--r--templates/machines/raspberrypi3.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2
index 0e743a8..8123586 100644
--- a/templates/machines/raspberrypi3.jinja2
+++ b/templates/machines/raspberrypi3.jinja2
@@ -1,7 +1,7 @@
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_arch = "arm" %}
{%- set device_mach = "broadcom" %}
-{%- set device_type = "raspberrypi3" %}
+{%- set device_type = "raspberrypi3-uboot" %}
{# Default boot method if not specified #}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{# Defaults image names dependng on boot method #}