From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Thu, 25 Feb 2021 18:47:55 +0100 Subject: DM_MMC, BLK In-Reply-To: <20210224213248.GP10169@bill-the-cat> References: <20210224213248.GP10169@bill-the-cat> Message-ID: <2c2b97f1-0bdc-cbdb-7f09-da6e53ece2d3@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/24/21 10:32 PM, Tom Rini wrote: > On Wed, Feb 24, 2021 at 10:28:31PM +0100, Heinrich Schuchardt wrote: > >> Hello Tom, >> >> migrating to CONFIG_DM_MMC was scheduled for release v2019.04. But some >> board maintainers simply don't care. >> >> We have quite a lot of boards like cm_t335, draco, etamin, rastaban, >> thuban, pxm2, vinco which compile when setting CONFIG_DM_MMC and CONFIG_BLK. >> >> Shall we switch all boards that compile with these settings? > > Please see > https://patchwork.ozlabs.org/project/uboot/list/?series=230325 There are other parts concerning block devices needing clean up. E.g the usage of HAVE_BLOCK_DEVICE in disk/. Having all these changes collected in a next branch would be helpful. Best regards Heinrich > > And there's a follow-up for MVSATA/IDE stuff. I've started but haven't > finished yet one for DM_PCI, but did post more removals on top of that. >