[U-Boot] [PATCH v6 71/76] uclass: Drop UCLASS_SPI_FLASH
Jagan Teki
jteki at openedev.com
Sun Feb 14 21:49:10 CET 2016
Drop using UCLASS_SPI_FLASH, spi-nor flash is part
of MTD uclass now.
Cc: Simon Glass <sjg at chromium.org>
Cc: Bin Meng <bmeng.cn at gmail.com>
Cc: Mugunthan V N <mugunthanvnm at ti.com>
Cc: Michal Simek <michal.simek at xilinx.com>
Cc: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
Signed-off-by: Jagan Teki <jteki at openedev.com>
---
include/dm/uclass-id.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index 73cd3ac..324d4fd 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -64,7 +64,6 @@ enum uclass_id {
UCLASS_RTC, /* Real time clock device */
UCLASS_SERIAL, /* Serial UART */
UCLASS_SPI, /* SPI bus */
- UCLASS_SPI_FLASH, /* SPI flash */
UCLASS_SPI_GENERIC, /* Generic SPI flash target */
UCLASS_SYSCON, /* System configuration device */
UCLASS_THERMAL, /* Thermal sensor */
--
1.9.1
More information about the U-Boot
mailing list