From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 31 Jan 2019 03:04:22 -0700 Subject: [U-Boot] [PATCH 8/9] arm: sunxi: Enable DM_MMC In-Reply-To: <20190119013055.28023-9-andre.przywara@arm.com> References: <20190119013055.28023-1-andre.przywara@arm.com> <20190119013055.28023-9-andre.przywara@arm.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 Fri, 18 Jan 2019 at 18:33, Andre Przywara wrote: > > From: Jagan Teki > > Enable DM_MMC for all Allwinner SoCs, this will eventually > enable BLK. > > Also removed DM_MMC enablement in few parts of sunxi > configurations. > > Signed-off-by: Jagan Teki > Signed-off-by: Andre Przywara > --- > arch/arm/Kconfig | 1 + > arch/arm/mach-sunxi/Kconfig | 1 - > configs/Linksprite_pcDuino3_defconfig | 1 - > 3 files changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Simon Glass