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 <joe@perches.com> Reviewed-by: Rob Clark <robdclark@gmail.com> Link: https://lore.kernel.org/r/5a663096b489b86472fe3bfbd5138c411d669bad.camel@perches.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 77346a7 commit e725a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)