aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-10 15:46:08 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-10 15:46:22 +0200
commitdca859373513eeb28499e2eb406354c5399076e7 (patch)
treea33c67da28bd66294e7d6c726a88f1b00931646b
parentf592002fe5f7e30cbb9ee95fb942b6085ce4939b (diff)
Fix for change in vayu dtb name
Actually our 'lcd-lg' was removed. FWIW the board is not usable now with screen. Change-Id: Ie1f551e1e60d61ad50a977b6d2538fe16e9917f1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/machines/dra7xx-evm.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2
index f8bb1e5..2bf87df 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-lcd-lg.dtb") %}
+{%- set dtb = dtb|default("zImage-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') %}