diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-04-12 17:31:16 +0200 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-04-16 18:18:33 +0200 |
commit | 04388618788b36246c78ff439acd1cd17bd6b4bf (patch) | |
tree | 62e846366285fcf82fc48d551c36a903b77113e7 /templates/machines/dra7xx-evm.jinja2 | |
parent | 6a9f283137987a74a30d0e634442bed748f198c4 (diff) |
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 <ktouil@baylibre.com>
Diffstat (limited to 'templates/machines/dra7xx-evm.jinja2')
-rw-r--r-- | templates/machines/dra7xx-evm.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
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') %} |