aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-10-24 11:35:32 +0200
committerCorentin LABBE <clabbe@baylibre.com>2019-10-24 11:37:09 +0200
commit8a349e865441c277498a008ac4fd9f13893b5527 (patch)
treecba3b8861708b7c8713b002c41d2443ab3433bf7
parent6622cb05d9f5c93b22d94f29122a63a2af84012f (diff)
SPEC-2921: AGL use only M3 with KingFisher
Since AGL use only M3 with KingFisher, let's use the right DTB. Change-Id: I89bfe021b13f69f786d091b630f44f77ed20a3a0 Bug-AGL: SPEC-2921 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r--templates/machines/m3ulcb.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/m3ulcb.jinja2 b/templates/machines/m3ulcb.jinja2
index 9bbaecd..f70910a 100644
--- a/templates/machines/m3ulcb.jinja2
+++ b/templates/machines/m3ulcb.jinja2
@@ -3,7 +3,7 @@
{%- set sdk_arch = "aarch64" %}
{%- set device_mach = "renesas" %}
{%- set device_type = "r8a7796-m3ulcb" %}
-{%- set dtb = dtb|default("r8a7796-m3ulcb.dtb") %}
+{%- set dtb = dtb|default("r8a7796-m3ulcb-kf.dtb") %}
{%- set kernel_image = kernel_image|default("Image") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "booti" %}