mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 15:13:31 +08:00
common: env_sf: Add exclamation mark
Add exclamation mark to the errmsg, when error and set_default_env. Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: Mario Schuknecht <mario.schuknecht@dresearch-fe.de> Cc: Vignesh R <vigneshr@ti.com> Cc: Jagan Teki <jteki@openedev.com> Cc: Ravi Babu <ravibabu@ti.com> Cc: York Sun <york.sun@nxp.com> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
1c8fdf8779
commit
9a5d993e65
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user