diff options
Diffstat (limited to 'templates/machines/h3ulcb-kf.jinja2')
-rw-r--r-- | templates/machines/h3ulcb-kf.jinja2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/machines/h3ulcb-kf.jinja2 b/templates/machines/h3ulcb-kf.jinja2 index a82cd12..7b3e31c 100644 --- a/templates/machines/h3ulcb-kf.jinja2 +++ b/templates/machines/h3ulcb-kf.jinja2 @@ -3,10 +3,7 @@ {%- set sdk_arch = "aarch64" %} {%- 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") #} -# temporary use plain h3 and no KF -{%- set dtb = dtb|default("r8a7795-h3ulcb-4x2g.dtb") %} +{%- set dtb = dtb|default("r8a77951-ulcb.dtb") %} {%- set kernel_image = kernel_image|default("Image") %} {%- set rootfs_type = rootfs_type|default("nbd") %} {%- set uboot_type = "booti" %} |