mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Merge branch 'master_sh/gen4/mmcfix' of https://source.denx.de/u-boot/custodians/u-boot-sh
This commit is contained in:
commit
ac2587907b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue