Commits
Vignesh Raghavendra committed 6729af08c56
armv7R: k3: sysfw-loader: Use memmapped addr when loading sysfw from HF In HyperFlash bootmode, ROM initializes the HyperFlash and accesses it in memory mapped mode. For loading sysfw from R5 SPL, pass memory mapped pointer to ROM. With this ROM can directly copy the image to the destination. This is similar to what is done for OSPI bootmode currently. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>