Re: [PATCH v3 1/2] common: spl: spl_spi: add support for dynamic override of sf bus

2022-07-06 Thread Tom Rini
On Fri, Jun 03, 2022 at 11:32:15AM +0530, Vaishnav Achath wrote: > Currently the SPI flash to load from is defined through the compile > time config CONFIG_SF_DEFAULT_BUS and CONFIG_SF_DEFAULT_CS, this > prevents the loading of binaries from different SPI flash using the > same build.E.g. supporti

[PATCH v3 1/2] common: spl: spl_spi: add support for dynamic override of sf bus

2022-06-02 Thread Vaishnav Achath
Currently the SPI flash to load from is defined through the compile time config CONFIG_SF_DEFAULT_BUS and CONFIG_SF_DEFAULT_CS, this prevents the loading of binaries from different SPI flash using the same build.E.g. supporting QSPI flash boot and OSPI flash boot on J721E platform is not possible d