diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-03 12:22:03 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-15 20:50:28 -0400 |
commit | ac358beb85362fb2fac47aaec40a7e1bca49656c (patch) | |
tree | 1d2b77ef10563b86d63255e6a1b3870e48e78199 /env/ubi.c | |
parent | 7938822a6b75b69fff9793b6b1769dddf1249525 (diff) |
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>
Diffstat (limited to 'env/ubi.c')
-rw-r--r-- | env/ubi.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ #include <ubi_uboot.h> #undef crc32 -char *env_name_spec = "UBI"; - env_t *env_ptr; DECLARE_GLOBAL_DATA_PTR; |