Re: [U-Boot] [PATCH 1/5] configs: aspeed: Unset CONFIG_MMC

2019-07-18 Thread Tom Rini
On Thu, Jul 04, 2019 at 11:05:14AM +0930, Joel Stanley wrote: > The aspeed board does not have an upstream MMC driver. > > As CONFIG_MMC defaults on, the board would fail to build due to the > CONFIG_DM_MMC migration: > > = WARNING == > This board does

[U-Boot] [PATCH 1/5] configs: aspeed: Unset CONFIG_MMC

2019-07-03 Thread Joel Stanley
The aspeed board does not have an upstream MMC driver. As CONFIG_MMC defaults on, the board would fail to build due to the CONFIG_DM_MMC migration: = WARNING == This board does not use CONFIG_DM_MMC. Please update the board to use CONFIG_DM_MMC before