Hi Marek
On 20-Aug-25 2:27 PM, Marek Vasut wrote:
[CAUTION: This email is from outside your organization. Unless you trust
the sender, do not click on links or open attachments as it may be a
fraudulent email attempting to steal your information and/or compromise
your computer.]
On 8/20/25 9:53 AM, Naresh Kumar Ravulapalli wrote:
Enhanced the generic firmware loader to support QSPI RAW partition
loading. This would enable FPGA configuration bitstream loading
from QSPI RAW partition to program FPGA.
Signed-off-by: Tien Fong Chee <tien.fong.c...@altera.com>
Signed-off-by: Naresh Kumar Ravulapalli
<nareshkumar.ravulapa...@altera.com>
Why not load from UBI on SPI NOR ?
It is to avoid the storage overhead for metadata and management
for devices with flash constraints.
+#if CONFIG_IS_ENABLED(DM) && CONFIG_IS_ENABLED(BLK)
Use if (CONFIG_IS_ENABLED(DM) ...) instead of preprocessor #if ... .
Noted, will modify.