Skip to content

Commit

Permalink
qcom-qcs9100: don't weak assignment SOC_FAMILY
Browse files Browse the repository at this point in the history
The value of the SOC_FAMILY is not expected to change
so assing it directly.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Oct 28, 2024
1 parent 26b6787 commit a7f286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/qcom-qcs9100.inc
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a7f286b

Please sign in to comment.