I have been looking to use Falcon mode within U-Boot SPL with an SPI flash device in order to reduce the boot time of the system. I am having some performance issues in that reading from the SPI flash device appears to take about 3 times as long from within U-Boot SPL than it does from the U-Boot command prompt.
Searching back on the web I found the following discussion: http://lists.denx.de/pipermail/u-boot/2013-June/157139.html where this topic is covered in relation to booting from NAND. I have added the code to U-Boot contained in post http://lists.denx.de/pipermail/u-boot/2013-June/156949.html
"Adding your SRAM patch (modified, since AM335x has more SRAM)"
Could anyone advise please?
Thanks,
Andy.