From 04388618788b36246c78ff439acd1cd17bd6b4bf Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Fri, 12 Apr 2019 17:31:16 +0200 Subject: Change dtb file names to match the new convention names As we are upgrading to a new branch we had to change dtb file names to match the new convention names. Change-Id: I6cda162056e6074c730d3ec64aa0e37b3eb8642f Signed-off-by: Khouloud Touil --- templates/machines/dra7xx-evm.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/machines/dra7xx-evm.jinja2') diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2 index 2bf87df..f430059 100644 --- a/templates/machines/dra7xx-evm.jinja2 +++ b/templates/machines/dra7xx-evm.jinja2 @@ -2,7 +2,7 @@ {%- set device_type = "dra7-evm" %} {%- set device_arch = "arm" %} {%- set device_mach = "omap2" %} -{%- set dtb = dtb|default("zImage-dra7-evm.dtb") %} +{%- set dtb = dtb|default("dra7-evm.dtb") %} {%- set kernel_image = kernel_image|default("zImage") %} {%- set rootfs_type = rootfs_type|default("nbd") %} {%- if (build_type == 'daily') or (build_type == 'release') %} -- cgit 1.2.3-korg