diff options
Diffstat (limited to 'env')
-rw-r--r-- | env/nowhere.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/env/nowhere.c b/env/nowhere.c index 1fcf5034535..dc93b6f2e48 100644 --- a/env/nowhere.c +++ b/env/nowhere.c @@ -22,7 +22,6 @@ DECLARE_GLOBAL_DATA_PTR; */ static int env_nowhere_init(void) { - gd->env_addr = (ulong)&default_environment[0]; gd->env_valid = ENV_INVALID; return 0; |