From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 15 Feb 2016 02:19:10 +0530 Subject: [U-Boot] [PATCH v6 71/76] uclass: Drop UCLASS_SPI_FLASH In-Reply-To: <1455482955-19053-1-git-send-email-jteki@openedev.com> References: <1455482955-19053-1-git-send-email-jteki@openedev.com> Message-ID: <1455482955-19053-71-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Drop using UCLASS_SPI_FLASH, spi-nor flash is part of MTD uclass now. Cc: Simon Glass Cc: Bin Meng Cc: Mugunthan V N Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Signed-off-by: Jagan Teki --- 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