Skip to content

Commit e725a00

Browse files
JoePerchesjoergroedel
authored andcommitted
iommu/qcom: Change CONFIG_BIG_ENDIAN to CONFIG_CPU_BIG_ENDIAN
CONFIG_BIG_ENDIAN does not exist as a Kconfig symbol. Signed-off-by: Joe Perches <[email protected]> Reviewed-by: Rob Clark <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 77346a7 commit e725a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/qcom_iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ static int qcom_iommu_init_domain(struct iommu_domain *domain,
310310
ARM_SMMU_SCTLR_M | ARM_SMMU_SCTLR_S1_ASIDPNE |
311311
ARM_SMMU_SCTLR_CFCFG;
312312

313-
if (IS_ENABLED(CONFIG_BIG_ENDIAN))
313+
if (IS_ENABLED(CONFIG_CPU_BIG_ENDIAN))
314314
reg |= ARM_SMMU_SCTLR_E;
315315

316316
iommu_writel(ctx, ARM_SMMU_CB_SCTLR, reg);

0 commit comments

Comments
 (0)