commit | d8273ed6b2aec9ed3009c9d73acada3971bdf7fa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 03 12:22:03 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 15 20:50:28 2017 -0400 |
tree | 1d2b77ef10563b86d63255e6a1b3870e48e78199 | |
parent | d40d80429c4ba27d5916aadfe7cffe7c7e89de6b [diff] [blame] |
env: Drop the env_name_spec global Add a name to the driver and use that instead of the global variable declared by each driver. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/env/nowhere.c b/env/nowhere.c index 1d2ae85..1a17d69 100644 --- a/env/nowhere.c +++ b/env/nowhere.c
@@ -19,4 +19,5 @@ U_BOOT_ENV_LOCATION(nowhere) = { .location = ENVL_NOWHERE, + ENV_NAME("nowhere") };