aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-04-16 19:00:25 -0400
committerTom Rini <trini@konsulko.com>2023-04-16 19:00:25 -0400
commitac2587907b5473779c80e0eb8478b67997c14439 (patch)
tree0d4e0f3157d71678f9bb73f57192678a77595c43
parente35da4994aa51112a1becfb127de6346f20475ab (diff)
parent53614bc2dc4b87979041ddf97be43b81b98d4b7e (diff)
downloadu-boot-ac2587907b5473779c80e0eb8478b67997c14439.zip
u-boot-ac2587907b5473779c80e0eb8478b67997c14439.tar.gz
u-boot-ac2587907b5473779c80e0eb8478b67997c14439.tar.bz2
Merge branch 'master_sh/gen4/mmcfix' of https://source.denx.de/u-boot/custodians/u-boot-sh
-rw-r--r--drivers/mmc/tmio-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/tmio-common.c b/drivers/mmc/tmio-common.c
index 8d7ee48..d1e2681 100644
--- a/drivers/mmc/tmio-common.c
+++ b/drivers/mmc/tmio-common.c
@@ -378,7 +378,7 @@ static bool tmio_sd_addr_is_dmaable(struct mmc_data *data)
}
#ifdef CONFIG_SPL_BUILD
- if (IS_ENABLED(CONFIG_ARCH_UNIPHIER) && !CONFIG_IS_ENABLED(CONFIG_ARM64)) {
+ if (IS_ENABLED(CONFIG_ARCH_UNIPHIER) && !IS_ENABLED(CONFIG_ARM64)) {
/*
* For UniPhier ARMv7 SoCs, the stack is allocated in locked
* ways of L2, which is unreachable from the DMA engine.