summaryrefslogtreecommitdiffstats
path: root/common/environment.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:22 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:22 +0200
commitb3cecec441015ce786e2f8258d5fe8a5bd7a116b (patch)
treef3280ab5a0d60e8ce9b529ded0e71b6fbd0373c4 /common/environment.c
parent45a0fa5ac5cabe2eba077cc31ffaf6eedc23a961 (diff)
downloadbarebox-b3cecec441015ce786e2f8258d5fe8a5bd7a116b.tar.gz
barebox-b3cecec441015ce786e2f8258d5fe8a5bd7a116b.tar.xz
svn_rev_092
generic/remove_autoload.diff
Diffstat (limited to 'common/environment.c')
-rw-r--r--common/environment.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/environment.c b/common/environment.c
index 1d425a7309..856e92c4e7 100644
--- a/common/environment.c
+++ b/common/environment.c
@@ -150,9 +150,6 @@ env_t environment __PPCENV__ = {
#ifdef CONFIG_SERVERIP
"serverip=" MK_STR(CONFIG_SERVERIP) "\0"
#endif
-#ifdef CFG_AUTOLOAD
- "autoload=" CFG_AUTOLOAD "\0"
-#endif
#ifdef CONFIG_ROOTPATH
"rootpath=" MK_STR(CONFIG_ROOTPATH) "\0"
#endif