diff options
| author | Wolfgang Denk <[email protected]> | 2010-06-20 16:03:45 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-09-19 19:29:47 +0200 |
| commit | 6d014adfa2ac4b1151d2b80a6943f59c3e254239 (patch) | |
| tree | cb2305afb1f1b3f2ba42ac080ac20e01b00778d2 /include/common.h | |
| parent | a6826fbc5c3802075d98e86488e1116ed0ad6fe5 (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 <[email protected]> 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 <[email protected]>
Cc: Andre Schwarz <[email protected]>
Cc: Sergey Kubushyn <[email protected]>
Acked-by: Sergey Kubushyn <[email protected]>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h index 2f85d12db04..7e647e64a7a 100644 --- a/include/common.h +++ b/include/common.h @@ -262,9 +262,6 @@ int saveenv (void); int inline setenv (char *, char *); #else int setenv (char *, char *); -#ifdef CONFIG_HAS_UID -void forceenv (char *, char *); -#endif #endif /* CONFIG_PPC */ #ifdef CONFIG_ARM # include <asm/mach-types.h> |
