Skip to content

Commit

Permalink
lkft-android: hi960-hikey: qrb5165-rb5: fix syntax
Browse files Browse the repository at this point in the history
drop the uncessary } after %},
but it seems do not cause problem on the generation

Fixes: 249db05 ("lkft-android: add support for hikey960 device")
Fixes: a0df0f6 ("lkft-android: add support for qrb5165-rb5 device")

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
  • Loading branch information
liuyq committed Jul 20, 2023
1 parent de7b1f2 commit 75a4ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lava_test_plans/projects/lkft-android/devices/hi960-hikey
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% set rootfs = false %}

{% set BOOT_OS_PROMPT = BOOT_OS_PROMPT|default(["console:/"]) %}
{% set FASTBOOT_COMMANDS = FASTBOOT_COMMANDS|default(["format cache", "reboot bootloader"]) %}}
{% set FASTBOOT_COMMANDS = FASTBOOT_COMMANDS|default(["format cache", "reboot bootloader"]) %}

{% set ptable = true %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("prm_ptable.img") %}
Expand Down
2 changes: 1 addition & 1 deletion lava_test_plans/projects/lkft-android/devices/qrb5165-rb5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% set rootfs = false %}

{% set BOOT_OS_PROMPT = BOOT_OS_PROMPT|default(["console:/"]) %}
{% set FASTBOOT_COMMANDS = FASTBOOT_COMMANDS|default(["format:ext4 metadata", "oem select-display-panel hdmi", "reboot bootloader", "oem select-display-panel hdmi", "reboot bootloader", "oem select-display-panel hdmi", "reboot"]) %}}
{% set FASTBOOT_COMMANDS = FASTBOOT_COMMANDS|default(["format:ext4 metadata", "oem select-display-panel hdmi", "reboot bootloader", "oem select-display-panel hdmi", "reboot bootloader", "oem select-display-panel hdmi", "reboot"]) %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("gpt_both0.bin") %}
{% set PTABLE_URL = PTABLE_URL|default("https://images.validation.linaro.org/snapshots.linaro.org/96boards/qrb5165-rb5/linaro/rescue/27/rb5-bootloader-ufs-aosp-27/gpt_both0.bin") %}

Expand Down

0 comments on commit 75a4ebc

Please sign in to comment.