aboutsummaryrefslogtreecommitdiff
path: root/include/_exports.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-06-20 16:03:45 +0200
committerWolfgang Denk <wd@denx.de>2010-09-19 19:29:47 +0200
commit6d014adfa2ac4b1151d2b80a6943f59c3e254239 (patch)
treecb2305afb1f1b3f2ba42ac080ac20e01b00778d2 /include/_exports.h
parenta6826fbc5c3802075d98e86488e1116ed0ad6fe5 (diff)
Remove support for CONFIG_HAS_UID and "forceenv" command
This (undocumented) concept was only in use for the MVSMR and davinci_schmoogie Sergey Kubushyn <ksi@koi8.net> boards. Drop it for now. If really needed, it should be reimplemented later in the context of the new environment command set. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Andre Schwarz <andre.schwarz@matrix-vision.de> Cc: Sergey Kubushyn <ksi@koi8.net> Acked-by: Sergey Kubushyn <ksi@koi8.net>
Diffstat (limited to 'include/_exports.h')
-rw-r--r--include/_exports.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/_exports.h b/include/_exports.h
index f3df56827..d89b65be6 100644
--- a/include/_exports.h
+++ b/include/_exports.h
@@ -18,7 +18,6 @@ EXPORT_FUNC(vprintf)
EXPORT_FUNC(do_reset)
EXPORT_FUNC(getenv)
EXPORT_FUNC(setenv)
-EXPORT_FUNC(forceenv)
EXPORT_FUNC(simple_strtoul)
EXPORT_FUNC(simple_strtol)
EXPORT_FUNC(strcmp)