On 3 November 2015 at 22:12, Otavio Salvador <[email protected]> wrote: > On Tue, Nov 3, 2015 at 2:37 PM, Jagan Teki <[email protected]> wrote: >> On 30 October 2015 at 16:04, Otavio Salvador <[email protected]> wrote: >>> Add SPI NOR support: >>> >>> => sf probe >>> SF: Detected SST25VF032B with page size 256 Bytes, erase size 4 KiB, total >>> 4 MiB >>> >>> Signed-off-by: Otavio Salvador <[email protected]> > ... >>> +/* SPI NOR */ >>> +#define CONFIG_CMD_SF >>> +#define CONFIG_SPI_FLASH >>> +#define CONFIG_SPI_FLASH_STMICRO >>> +#define CONFIG_SPI_FLASH_SST >>> +#define CONFIG_MXC_SPI >> >> Please try to move this to driver model, all these "spinor setup" >> stuff will go easily on probe call. Ping me anytime for any help. > > I can work on this but I want to merge this working version before > doing any changes.
Thanks, I really see this to happen many of board init stuff have to migrate. thanks! -- Jagan | openedev. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

