
On Thu, Jan 31, 2019 at 6:08 PM Vignesh R vigneshr@ti.com wrote:
On 31/01/19 5:53 PM, Jagan Teki wrote:
On Tue, Jan 29, 2019 at 11:28 AM Vignesh R vigneshr@ti.com wrote:
Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD layer. Fix up sf_dataflash to work in legacy way. And update sandbox to use new interfaces/definitions
Signed-off-by: Vignesh R vigneshr@ti.com Tested-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com Tested-by: Stefan Roese sr@denx.de Tested-by: Horatiu Vultur horatiu.vultur@microchip.com
drivers/mtd/spi/Kconfig | 2 + drivers/mtd/spi/Makefile | 4 +- drivers/mtd/spi/sandbox.c | 36 +++---
Is this sanbox changes tested?
Here is the travis ci test pass: https://travis-ci.org/r-vignesh/u-boot/builds/485749118
I believe that covers sandbox test as well
I'm referring about dm tests that run on sandbox[1]