aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-01 12:34:39 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-11-15 22:05:28 +0100
commit4ca9a1a2fa1a06eee9baab1d9e582b795af7e460 (patch)
tree5df7265c9e2b7dfb5e1db4b64e22099c8b436281
parent1bc754360581491af2d9fbcc6725a14bee904cc2 (diff)
Update devicetree filename for reference hardware on BSP 5.5lamprey_12.1.0lamprey/12.1.012.1.0
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" %}