aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dragonboard-820c.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/dragonboard-820c.conf')
-rw-r--r--conf/machine/dragonboard-820c.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/dragonboard-820c.conf b/conf/machine/dragonboard-820c.conf
index 347d2e1..b36d148 100644
--- a/conf/machine/dragonboard-820c.conf
+++ b/conf/machine/dragonboard-820c.conf
@@ -16,10 +16,11 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
kernel-modules \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'linux-firmware-qcom-adreno-a530 mesa-driver-msm', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath10k', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca', '', d)} \
linux-firmware-qcom-venus-4.2 \
"
-QCOM_BOOTIMG_ROOTFS ?= "sda1"
+QCOM_BOOTIMG_ROOTFS ?= "/dev/sda1"
UBOOT_MACHINE ?= "dragonboard820c_defconfig"