From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 27 Jun 2018 16:26:08 +0530 Subject: [U-Boot] [RFC PATCH 05/20] mtd: move all flash categories inside MTD submenu In-Reply-To: <20180606153040.21397-6-miquel.raynal@bootlin.com> References: <20180606153040.21397-1-miquel.raynal@bootlin.com> <20180606153040.21397-6-miquel.raynal@bootlin.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, Jun 6, 2018 at 9:00 PM, Miquel Raynal wrote: > There is no reason to have NAND, SPI flashes and UBI sections outside of > the MTD submenu in Kconfig. > > Signed-off-by: Miquel Raynal > --- Reviewed-by: Jagan Teki