aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-01 12:34:39 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-01 12:34:55 +0100
commita8899dd29fac6d4c15d362e796dbcc676f1155a1 (patch)
treebef7e30d806b0f50d12c90fea1451dd89395a4a4
parenta304159599ee9c42e417dfec84798ea4c3ccb174 (diff)
Update devicetree filename for reference hardware on BSP 5.5marlin_12.90.1marlin/12.90.112.90.1
The devicetree filename changed. Update the template files. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Id994c82f1c0c29458058030f65b27a325aba8ee4
-rw-r--r--templates/machines/r8a7795-agl-refhw.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/r8a7795-agl-refhw.jinja2 b/templates/machines/r8a7795-agl-refhw.jinja2
index 2cfa71f..f2cadb4 100644
--- a/templates/machines/r8a7795-agl-refhw.jinja2
+++ b/templates/machines/r8a7795-agl-refhw.jinja2
@@ -4,7 +4,7 @@
{%- set device_mach = "renesas" %}
{%- set device_type = "r8a7795-agl-refhw" %}
# this DTB is on linux-renesas only, not mainlined
-{%- set dtb = dtb|default("r8a7795-agl-refhw.dtb") %}
+{%- set dtb = dtb|default("r8a77951-agl-refhw.dtb") %}
{%- set kernel_image = kernel_image|default("Image") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "booti" %}