]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:46:08 +0000 (22:46 +0200)
commitad1fe0d47a52ba87f49814751c2d44a1f3833926
treeb3581ffec41996d569ff9872a9504178037add3c
parent26578d155ee524967a55031d406a4082fd0f6df1
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