From a7f286b8a68747f3869c5d2700e37a90f5d7460d Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Fri, 25 Oct 2024 15:25:55 +0100 Subject: [PATCH] qcom-qcs9100: don't weak assignment SOC_FAMILY The value of the SOC_FAMILY is not expected to change so assing it directly. Signed-off-by: Jose Quaresma --- conf/machine/include/qcom-qcs9100.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/qcom-qcs9100.inc b/conf/machine/include/qcom-qcs9100.inc index 4ce28db1..6abd6f16 100644 --- a/conf/machine/include/qcom-qcs9100.inc +++ b/conf/machine/include/qcom-qcs9100.inc @@ -1,6 +1,6 @@ # Configurations and variables for QCS9100 SoC family. -SOC_FAMILY ?= "qcs9100" +SOC_FAMILY = "qcs9100" require conf/machine/include/qcom-base.inc require conf/machine/include/qcom-common.inc