diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-11-21 09:21:50 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-11-21 09:22:03 +0100 |
commit | 2bec07832b43a1d549a52b0964510b9a9f2f78a4 (patch) | |
tree | 62c085e54b04e2968312b37cb8ae15e3dc8eb93f | |
parent | 8c3e6d354c5f08f1d1c68b3ff6dcb29cb13ac3a5 (diff) |
Revert "SPEC-2921: AGL use only M3 with KingFisher"icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.4icefish/8.99.3icefish/8.99.2halibut_8.0.5halibut/8.0.58.99.48.99.38.99.28.0.5
The plan is to have: H3 with KF, M3 without KF.
So let's revert to the right DTB for single M3.
If we need later M3+KF the right releng templates are already present
for it.
This reverts commit 8a349e865441c277498a008ac4fd9f13893b5527.
Change-Id: I2d2bcf0f3658804d98e06ca7f094aff8efaf2adf
Bug-AGL: SPEC-2921
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | templates/machines/m3ulcb.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/m3ulcb.jinja2 b/templates/machines/m3ulcb.jinja2 index f70910a..9bbaecd 100644 --- a/templates/machines/m3ulcb.jinja2 +++ b/templates/machines/m3ulcb.jinja2 @@ -3,7 +3,7 @@ {%- set sdk_arch = "aarch64" %} {%- set device_mach = "renesas" %} {%- set device_type = "r8a7796-m3ulcb" %} -{%- set dtb = dtb|default("r8a7796-m3ulcb-kf.dtb") %} +{%- set dtb = dtb|default("r8a7796-m3ulcb.dtb") %} {%- set kernel_image = kernel_image|default("Image") %} {%- set rootfs_type = rootfs_type|default("nbd") %} {%- set uboot_type = "booti" %} |