From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 23 Jan 2013 04:33:45 +0100 Subject: [U-Boot] [PATCH 6/6] mxs: mmc: mx23_olinuxino: Add MMC support In-Reply-To: References: <1358902865-20475-1-git-send-email-marex@denx.de> <1358902865-20475-6-git-send-email-marex@denx.de> Message-ID: <201301230433.45895.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Fabio Estevam, > Hi Marek, > > On Tue, Jan 22, 2013 at 11:01 PM, Marek Vasut wrote: > > Add support for the MMC attached to SSP1. > > > > Signed-off-by: Marek Vasut > > Cc: Otavio Salvador > > Cc: Fabio Estevam > > Cc: Stefano Babic > > --- > > > > board/olimex/mx23_olinuxino/mx23_olinuxino.c | 22 > > +++++++++++++++++++++- board/olimex/mx23_olinuxino/spl_boot.c | > > 9 +++++++++ > > include/configs/mx23_olinuxino.h | 12 ++++++++++++ > > 3 files changed, 42 insertions(+), 1 deletion(-) > > Good job, that's a nice series! > > Can you also remove > #define CONFIG_ENV_IS_NOWHERE > > and put the env into mmc now that you have mmc working? Let's do it in a subsequent patch, I don't want to mix env patch with MMC addition patch. I guess there's no other place for env than MMC, eh. That sucks. Fabio, do you feel like rolling out the env patch? Best regards, Marek Vasut