aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-28 13:39:44 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-28 13:39:44 +0200
commit83535841c066f90d9f62ce1315e43864b699405a (patch)
treef40fbad43b877fe572b7218a378731acd701d796 /templates
parentf8679bb439244d232e1eda3649eeef1d73b6c87b (diff)
Use plain H3 on master until BSP is ready
Use the plain h3ulcb dtb until the BSP for Kingfisher is back. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ieedf385a28ab3371c6d0f9d5fbd3d92999db90e3
Diffstat (limited to 'templates')
-rw-r--r--templates/machines/h3ulcb-kf.jinja24
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/machines/h3ulcb-kf.jinja2 b/templates/machines/h3ulcb-kf.jinja2
index c0b1e01..d6e5f08 100644
--- a/templates/machines/h3ulcb-kf.jinja2
+++ b/templates/machines/h3ulcb-kf.jinja2
@@ -4,7 +4,9 @@
{%- set device_mach = "renesas" %}
{%- set device_type = "r8a7795-h3ulcb-kf" %}
# this DTB is on linux-renesas only, not mainlined
-{%- set dtb = dtb|default("r8a7795-h3ulcb-4x2g-kf.dtb") %}
+#{%- set dtb = dtb|default("r8a7795-h3ulcb-4x2g-kf.dtb") %}
+# temporary use plain h3 and no KF
+{%- set dtb = dtb|default("r8a7795-h3ulcb-4x2g.dtb") %}
{%- set kernel_image = kernel_image|default("Image") %}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{%- set uboot_type = "booti" %}