mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
rockchip: rk3399: enable spl-fifo-mode for sdmmc
adapting commit fa2047c473
("rockchip: rk3328: enable spl-fifo-mode
for emmc and sdmmc") for rk3399.
Since mmc to sram can't do dma, add patch to prevent aborts transferring
TF-A parts.
Signed-off-by: Deepak Das <deepakdas.linux@gmail.com>
This commit is contained in:
parent
6393357c53
commit
5c606ca35c
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
|||
|
||||
&sdmmc {
|
||||
u-boot,dm-pre-reloc;
|
||||
|
||||
/* mmc to sram can't do dma, prevent aborts transferring TF-A parts */
|
||||
u-boot,spl-fifo-mode;
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
|
Loading…
Reference in a new issue