[PATCH v2] misc: fs_loader: Add QSPI RAW partition loading support
Marek Vasut
marek.vasut at mailbox.org
Wed Aug 20 10:57:13 CEST 2025
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.chee at altera.com>
> Signed-off-by: Naresh Kumar Ravulapalli <nareshkumar.ravulapalli at 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 ... .
More information about the U-Boot
mailing list