Add exclamation mark to the errmsg, when error and set_default_env.

Signed-off-by: Peng Fan <[email protected]>
Cc: Mario Schuknecht <[email protected]>
Cc: Vignesh R <[email protected]>
Cc: Jagan Teki <[email protected]>
Cc: Ravi Babu <[email protected]>
Cc: York Sun <[email protected]>
Cc: Tom Rini <[email protected]>
---
 common/env_sf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/env_sf.c b/common/env_sf.c
index 892e6cb..273098c 100644
--- a/common/env_sf.c
+++ b/common/env_sf.c
@@ -225,7 +225,7 @@ void env_relocate_spec(void)
        ret = env_import((char *)ep, 0);
        if (!ret) {
                error("Cannot import environment: errno = %d\n", errno);
-               set_default_env("env_import failed");
+               set_default_env("!env_import failed");
        }
 
 err_read:
-- 
2.6.2

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to