aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-09-25 18:35:05 -0500
committerAnibal Limon <anibal.limon@linaro.org>2019-09-25 23:36:05 +0000
commit2a86de0c1cd3548159303b2abcd9b95737401731 (patch)
treed5fef182194f342ae5fd2963881e338d067b6bec /lt-qcom-linux-test
parentab396641cc10a63aac76835ac41c3a280ca6a4b1 (diff)
lt-qcom-linux-test/builders.sh: Enable db845c
Change-Id: I658a0d1bd8a236aaba7b7e327cddcbe66e57b9ba Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-test')
-rwxr-xr-xlt-qcom-linux-test/builders.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lt-qcom-linux-test/builders.sh b/lt-qcom-linux-test/builders.sh
index 7f595199..f5a1eb30 100755
--- a/lt-qcom-linux-test/builders.sh
+++ b/lt-qcom-linux-test/builders.sh
@@ -123,6 +123,12 @@ case "${MACHINE}" in
# XXX: using Android userdata since we don't have Linux parttable
ROOTFS_PARTITION=/dev/disk/by-partlabel/userdata
;;
+ sdm845-db845c)
+ BOOTIMG_PAGESIZE=4096
+ FIRMWARE_URL=
+
+ ROOTFS_PARTITION=/dev/sda1
+ ;;
qcs404-evb-1000)
FIRMWARE_URL=${FIRMWARE_URL_qcs404_evb_1000}