summaryrefslogtreecommitdiff
path: root/env/ubi.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-03 12:22:03 -0600
committerTom Rini <trini@konsulko.com>2017-08-15 20:50:28 -0400
commitac358beb85362fb2fac47aaec40a7e1bca49656c (patch)
tree1d2b77ef10563b86d63255e6a1b3870e48e78199 /env/ubi.c
parent7938822a6b75b69fff9793b6b1769dddf1249525 (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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/env/ubi.c b/env/ubi.c
index 4811f97413..4d5ae1343d 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;