Re: [U-Boot] [PATCH] env_mmc: add error message to pass to set_default_env

2015-05-27 Thread Tim Harvey
On Fri, May 8, 2015 at 2:52 PM, Tim Harvey wrote: > 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 > --- > common/env_mmc.c | 4

[U-Boot] [PATCH] env_mmc: add error message to pass to set_default_env

2015-05-08 Thread Tim Harvey
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 --- common/env_mmc.c | 40 1 file changed, 24 i