[U-Boot] [PATCH 09/11] u8500: Separating mmc config parameters from driver

Tom Rini trini at ti.com
Fri Aug 10 18:08:25 CEST 2012


On Tue, Jul 31, 2012 at 12:59:31PM -0600, mathieu.poirier at linaro.org wrote:

> From: John Rigby <john.rigby at linaro.org>
> 
> Configuration in vexpress and u8500.v1 is different from what
> is needed in u8500.v2.  As such, card configuration specifics need
> to reside in the board file rather than the driver.
> 
> Signed-off-by: John Rigby <john.rigby at linaro.org>
> Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
[snip]
> diff --git a/board/st-ericsson/snowball/snowball.c b/board/st-ericsson/snowball/snowball.c
> index 32c343f..7a52de6 100644
> --- a/board/st-ericsson/snowball/snowball.c
> +++ b/board/st-ericsson/snowball/snowball.c
[snip]
> @@ -80,7 +76,8 @@ static int do_command(struct mmc *dev, struct mmc_cmd *cmd)
>  {
>  	int result;
>  	u32 sdi_cmd = 0;
> -	struct mmc_host *host = dev->priv;
> +	struct pl180_mmc_host *host = dev->priv;
> +	u32 lap = 0;

lap is unused.  Removing.

This patch has been applied to u-boot-staging/trini at ti.com with the
above change and a Signed-off-by from me.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120810/cecc63fb/attachment.pgp>


More information about the U-Boot mailing list