diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-06 07:16:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-06 07:16:39 -0400 |
commit | 1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3 (patch) | |
tree | a90a7d9f4d5d8ba6fbafcd1052df0623846d22cf /common | |
parent | 756e76f0753fdb6b6ea10482db5ebbaf72c9df66 (diff) | |
parent | 59e880560f49827458b82345bb5ccfb7cb93af8c (diff) | |
download | u-boot-imx-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.zip u-boot-imx-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.tar.gz u-boot-imx-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'common')
-rw-r--r-- | common/env_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/env_common.c b/common/env_common.c index af59c72..13db7dc 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -123,6 +123,7 @@ void set_default_env(const char *s) error("Environment import failed: errno = %d\n", errno); gd->flags |= GD_FLG_ENV_READY; + gd->flags |= GD_FLG_ENV_DEFAULT; } |