]> git.ipfire.org Git - people/ms/u-boot.git/commit
env_mmc: add error message to pass to set_default_env
authorTim Harvey <tharvey@gateworks.com>
Fri, 8 May 2015 21:52:09 +0000 (14:52 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 27 May 2015 17:35:54 +0000 (13:35 -0400)
commitc75648d75ecd164975da08110f67d2a81302f5ac
tree707776b8ffa8d680791c28a9f4c9ef7f9aee7e29
parentf19f389f341f5370e7cdec8f9f345993a3c070d6
env_mmc: add error message to pass to set_default_env

Add an error message that gets passed to set_default_env() like
env_nand implements. This message is displayed to the user as the
reason for falling back to the default environment.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
common/env_mmc.c