rockchip: rk3576: Use DMA when loading FIT images

Enable use of DMA when loading FIT images from eMMC, SD-card and SPI
flash now that access to PMU_SRAM for non-secure masters is allowed.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Jonas Karlman 2026-01-08 13:32:30 +00:00 committed by Tom Rini
parent c501d83742
commit bdacb08a2d

View File

@ -118,13 +118,11 @@
&sdhci {
bootph-pre-ram;
bootph-some-ram;
u-boot,spl-fifo-mode;
};
&sdmmc {
bootph-pre-ram;
bootph-some-ram;
u-boot,spl-fifo-mode;
};
&sdmmc0_bus4 {
@ -154,12 +152,10 @@
&sfc0 {
bootph-some-ram;
u-boot,spl-sfc-no-dma;
};
&sfc1 {
bootph-some-ram;
u-boot,spl-sfc-no-dma;
};
&sys_grf {