aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines/dra7xx-evm.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/dra7xx-evm.jinja2')
-rw-r--r--templates/machines/dra7xx-evm.jinja24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2
index b4f4f34..ae3d97b 100644
--- a/templates/machines/dra7xx-evm.jinja2
+++ b/templates/machines/dra7xx-evm.jinja2
@@ -1,6 +1,6 @@
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_type = "ti-vayu-uboot" %}
-{%- set dtb = "zImage-dra7-evm-lcd-lg.dtb" %}
-{%- set kernel_image = "zImage" %}
+{%- set dtb = dtb|default("zImage-dra7-evm-lcd-lg.dtb") %}
+{%- set kernel_image = kernel_image|default("zImage") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "bootz" %}