diff options
| author | Simon Glass <[email protected]> | 2017-08-03 12:22:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'env/ubi.c')
| -rw-r--r-- | env/ubi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/env/ubi.c b/env/ubi.c index 4811f974138..4d5ae1343de 100644 --- a/env/ubi.c +++ b/env/ubi.c @@ -16,8 +16,6 @@ #include <ubi_uboot.h> #undef crc32 -char *env_name_spec = "UBI"; - env_t *env_ptr; DECLARE_GLOBAL_DATA_PTR; |
