diff options
Diffstat (limited to 'templates/machines/raspberrypi3.jinja2')
-rw-r--r-- | templates/machines/raspberrypi3.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2 index 08affa7..3e2e683 100644 --- a/templates/machines/raspberrypi3.jinja2 +++ b/templates/machines/raspberrypi3.jinja2 @@ -1,5 +1,6 @@ {%- extends 'boot/generic-uboot-tftp.jinja2' %} {%- set device_arch = "arm" %} +{%- set sdk_arch = "arm" %} {%- set device_mach = "broadcom" %} {%- set device_type = "bcm2837-rpi-3-b-32" %} {# Default boot method if not specified #} |