From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 13 Dec 2018 02:20:20 +0530 Subject: [U-Boot] [PATCH 11/16] configs: Remove SF_DUAL_FLASH In-Reply-To: <20181212173228.12281-12-vigneshr@ti.com> References: <20181212173228.12281-1-vigneshr@ti.com> <20181212173228.12281-12-vigneshr@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Dec 12, 2018 at 11:19 PM Vignesh R wrote: > > SF_DUAL_FLASH claims to enable support for SF_DUAL_STACKED_FLASH and > SF_DUAL_PARALLEL_FLASH. But, in current U-Boot code, grepping for above > enums yield no user and therefore support seems to be incomplete. Remove > these configs so as to avoid confusion. > > Signed-off-by: Vignesh R > --- > configs/topic_miamilite_defconfig | 1 - > configs/topic_miamiplus_defconfig | 1 - > configs/xilinx_zynqmp_mini_qspi_defconfig | 1 - > configs/xilinx_zynqmp_zc1232_revA_defconfig | 1 - > configs/xilinx_zynqmp_zc1254_revA_defconfig | 1 - > configs/xilinx_zynqmp_zc1275_revA_defconfig | 1 - > configs/xilinx_zynqmp_zc1275_revB_defconfig | 1 - > configs/xilinx_zynqmp_zcu104_revA_defconfig | 1 - > configs/xilinx_zynqmp_zcu104_revC_defconfig | 1 - > configs/xilinx_zynqmp_zcu106_revA_defconfig | 1 - > doc/SPI/README.dual-flash | 92 --------------------- > drivers/mtd/spi/Kconfig | 6 -- > include/configs/socfpga_stratix10_socdk.h | 1 - > 13 files changed, 109 deletions(-) > delete mode 100644 doc/SPI/README.dual-flash dual flash has used boards, even though spi driver can't enable it. I asked Siva, and(Michal) about the updates. we have some drivers and code in tree even-thought the relevant users out-of tree. Siva., Michal any inputs?