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 <[email protected]> Signed-off-by: Naresh Kumar Ravulapalli <[email protected]>
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 ... .

