[U-Boot] [PATCH 08/30] mtd: spi: Drop SPI_XFER_MMAP*
Simon Glass
sjg at chromium.org
Sun Oct 27 15:53:48 UTC 2019
These two defines are no-longer supported. Drop them.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/spi.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/spi.h b/include/spi.h
index 5eec0c4775..f5001a2cb2 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -113,8 +113,6 @@ struct spi_slave {
#define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */
#define SPI_XFER_END BIT(1) /* Deassert CS after transfer */
#define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
-#define SPI_XFER_MMAP BIT(2) /* Memory Mapped start */
-#define SPI_XFER_MMAP_END BIT(3) /* Memory Mapped End */
};
/**
--
2.24.0.rc0.303.g954a862665-goog
More information about the U-Boot
mailing list