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 ?
+#if CONFIG_IS_ENABLED(DM) && CONFIG_IS_ENABLED(BLK)
Use if (CONFIG_IS_ENABLED(DM) ...) instead of preprocessor #if ... .