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

> From: John Rigby <john.ri...@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.ri...@linaro.org>
> Signed-off-by: Mathieu Poirier <mathieu.poir...@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/tr...@ti.com with the
above change and a Signed-off-by from me.

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to