
On Tue, Jul 31, 2012 at 12:59:31PM -0600, mathieu.poirier@linaro.org wrote:
From: John Rigby john.rigby@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@linaro.org Signed-off-by: Mathieu Poirier mathieu.poirier@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@ti.com with the above change and a Signed-off-by from me.