Re: [PATCH v3 2/2] arm: k3: j721e: add dynamic sf bus override support for j721e

2022-07-06 Thread Tom Rini
On Fri, Jun 03, 2022 at 11:32:16AM +0530, Vaishnav Achath wrote: > implement overrides for spl_spi_boot_bus() and spl_spi_boot_cs() > lookup functions according to bootmode selection, so as to support > both QSPI and OSPI boot using the same build. > > Signed-off-by: Vaishnav Achath > Reviewed-b

[PATCH v3 2/2] arm: k3: j721e: add dynamic sf bus override support for j721e

2022-06-02 Thread Vaishnav Achath
implement overrides for spl_spi_boot_bus() and spl_spi_boot_cs() lookup functions according to bootmode selection, so as to support both QSPI and OSPI boot using the same build. Signed-off-by: Vaishnav Achath Reviewed-by: Pratyush Yadav --- V2->V3 : removed unnecessary spl_spi_boot_cs()