summaryrefslogtreecommitdiffstats
path: root/common/exports.c
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 /common/exports.c
parenta6826fbc5c3802075d98e86488e1116ed0ad6fe5 (diff)
downloadtalos-obmc-uboot-6d014adfa2ac4b1151d2b80a6943f59c3e254239.tar.gz
talos-obmc-uboot-6d014adfa2ac4b1151d2b80a6943f59c3e254239.zip
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 'common/exports.c')
-rw-r--r--common/exports.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/exports.c b/common/exports.c
index ceee73a13e..3dff7351bc 100644
--- a/common/exports.c
+++ b/common/exports.c
@@ -34,9 +34,6 @@ unsigned long get_version(void)
# define spi_release_bus dummy
# define spi_xfer dummy
#endif
-#ifndef CONFIG_HAS_UID
-# define forceenv dummy
-#endif
void jumptable_init(void)
{
OpenPOWER on IntegriCloud