Re: [U-Boot] [PATCH 04/15] sandbox: spi: Drop command-line SPI option

2018-10-09 Thread sjg
At present we support specifying SPI flash devices to use in the device tree and on the command line. Drop the second option, since it is a pain to support nicely with driver model, and unnecessary. Signed-off-by: Simon Glass --- drivers/mtd/spi/sandbox.c | 122 +++--

[U-Boot] [PATCH 04/15] sandbox: spi: Drop command-line SPI option

2018-10-01 Thread Simon Glass
At present we support specifying SPI flash devices to use in the device tree and on the command line. Drop the second option, since it is a pain to support nicely with driver model, and unnecessary. Signed-off-by: Simon Glass --- drivers/mtd/spi/sandbox.c | 122 +++--