commit | 0e657e84f69b9ffa347e97927b32c31d452354d2 | [log] [tgz] |
---|---|---|
author | Steve Sakoman <steve@sakoman.com> | Tue Oct 05 15:31:38 2010 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 06 22:23:30 2010 +0200 |
tree | 58463acd2feec8603222c73366e43f4b796fbb85 | |
parent | 19d86f4ea5f3da8b8097b5846f6d4a00f37ead7d [diff] |
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>