Commit 7291332a authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

env: typo enougth



%s/enougth/enough/
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent e157a111
...@@ -30,7 +30,7 @@ static int env_nowhere_init(void) ...@@ -30,7 +30,7 @@ static int env_nowhere_init(void)
static int env_nowhere_load(void) static int env_nowhere_load(void)
{ {
/* /*
* for SPL, set env_valid = ENV_INVALID is enougth as env_get_char() * for SPL, set env_valid = ENV_INVALID is enough as env_get_char()
* return the default env if env_get is used * return the default env if env_get is used
* and SPL don't used env_import to reduce its size * and SPL don't used env_import to reduce its size
* For U-Boot proper, import the default environment to allow reload. * For U-Boot proper, import the default environment to allow reload.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment