From: Sanjeev Premi <premi@ti.com>
To: barebox@lists.infradead.org
Subject: [RFC] Select CMD_LOADENV with DEFAULT_ENVIRONMENT
Date: Tue, 7 Feb 2012 22:22:45 +0530 [thread overview]
Message-ID: <1328633565-21914-1-git-send-email-premi@ti.com> (raw)
The environment isn't loaded until this command is
is selected - even if compiled in.
This patch makes the dependency explicit.
Signed-off-by: Sanjeev Premi <premi@ti.com>
---
Problem was encountered when trying to boot Linux with
default environmenti on OMAP3 EVM. Since the default
config was also being improved from its current state,
it took rather long to narrow why the compiled
environment was being 'ignored'.
Sending change as RFC, as I may be missing something
obvious as well.
common/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index d1db27d..2a7cbfc 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -447,6 +447,7 @@ config PARTITION_DISK_DOS
config DEFAULT_ENVIRONMENT
bool
default y
+ select CMD_LOADENV
prompt "Compile in default environment"
help
Enabling this option will give you a default environment when
--
1.7.0.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-02-07 16:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-07 16:52 Sanjeev Premi [this message]
2012-02-07 22:18 ` 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=1328633565-21914-1-git-send-email-premi@ti.com \
--to=premi@ti.com \
--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