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:
Deepak Das 2020-04-15 08:55:24 +05:30 committed by Kever Yang
parent 6393357c53
commit 5c606ca35c

View File

@ -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 {