From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/3] environment: Fix wrong Kconfig dependency
Date: Thu, 23 Jan 2014 14:28:36 +0100 [thread overview]
Message-ID: <1390483717-7722-3-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1390483717-7722-1-git-send-email-s.hauer@pengutronix.de>
DEFAULT_ENVIRONMENT needs ENV_HANDLING, not CMD_LOADENV.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index ce426f2..8af7ec1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -529,7 +529,7 @@ source common/partitions/Kconfig
config DEFAULT_ENVIRONMENT
bool
default y
- select CMD_LOADENV
+ select ENV_HANDLING
prompt "Compile in default environment"
help
Enabling this option will give you a default environment when
--
1.8.5.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2014-01-23 13:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 13:28 compile fixes Sascha Hauer
2014-01-23 13:28 ` [PATCH 1/3] environment: Use accessor functions for default environment path Sascha Hauer
2014-01-23 13:28 ` Sascha Hauer [this message]
2014-01-23 13:28 ` [PATCH 3/3] net: phy: Add static inline wrapper for phy_register_fixup_for_uid Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1390483717-7722-3-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox