env_mmc: Fix broken build due to set_default_env() change
authorSteve Sakoman <steve@sakoman.com>
Tue, 5 Oct 2010 22:31:38 +0000 (15:31 -0700)
committerWolfgang Denk <wd@denx.de>
Wed, 6 Oct 2010 20:23:30 +0000 (22:23 +0200)
commita2f69d35f977179a0c98812c47718cee5b36fc11
tree58463acd2feec8603222c73366e43f4b796fbb85
parentdff07e18e5ab3cc2cc1d281a17120d8ade2cca15
env_mmc: Fix broken build due to set_default_env() change

Previously the function was set_default_env(void), it is now
set_default_env(const char *s). This patch adds the required
parameter. This fixes a broken build on OMAP4430 SDP.

Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
common/env_mmc.c