
10 Oct
2018
10 Oct
'18
1:51 a.m.
Add logging to aid debugging features in these drivers. Also drop some code in sandbox_spi_xfer() which is not used.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/mtd/spi/sandbox.c | 54 +++++++++++++++++++++------------------ drivers/spi/sandbox_spi.c | 38 +++++++-------------------- include/log.h | 1 + 3 files changed, 39 insertions(+), 54 deletions(-)
Applied to u-boot-dm