diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-11-20 10:21:08 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-11-20 10:21:48 +0100 |
commit | 14bc9236c4bc2a77716cf06478e94f68d0630b33 (patch) | |
tree | 37ffe1b4cb6bad73124dd02583dbe5b1604272d3 /templates/machines/h3ulcb-kf.jinja2 | |
parent | 5e05b5eab018856e858c163307917a3c18d512a5 (diff) |
SPEC-2921: add initrd path for h3ulcb-kf
The initrd path for h3ulcb-kf is the same as h3ulcb.
Bug-AGL: SPEC-2921
Change-Id: Ieb6812bcb121d2334c94027e9049c45fdb536733
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/machines/h3ulcb-kf.jinja2')
-rw-r--r-- | templates/machines/h3ulcb-kf.jinja2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/machines/h3ulcb-kf.jinja2 b/templates/machines/h3ulcb-kf.jinja2 index bb1cb2f..60fadad 100644 --- a/templates/machines/h3ulcb-kf.jinja2 +++ b/templates/machines/h3ulcb-kf.jinja2 @@ -3,8 +3,10 @@ {%- 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") %} {%- set kernel_image = kernel_image|default("Image") %} {%- set rootfs_type = rootfs_type|default("nbd") %} {%- set uboot_type = "booti" %} {%- set rfs_image = rfs_image|default("agl-image-ivi-crosssdk-h3ulcb.ext4.xz") %} +{%- set initrd = "initramfs-netboot-image-h3ulcb.ext4.gz" %} |