From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven A. Falco Date: Mon, 16 Jun 2008 12:45:12 -0400 Subject: [U-Boot-Users] Silent console enhancement patch In-Reply-To: <20080614214852.90FD9243AC@gemini.denx.de> References: <20080614214852.90FD9243AC@gemini.denx.de> Message-ID: <48569898.6060005@harris.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Why isn't "silent" defined as needed in your defualkt environment > that gets used when there is no valid environment? > > The easiest way is set up everything as needed, or example by > including the environment sector(s) with the U-Boot image (i. e. > chosing a configuration which uses ENV_IS_EMBEDDED). > Thank you! I believe ENV_IS_EMBEDDED will do what I need. I had based my bsp on sequoia, which did not have this set. Also, I had a misconception about ENV_IS_EMBEDDED - I had thought it meant that the environment was permanently part of the text segment, which would not be good for me. But after studying the code, I now understand that ENV_IS_EMBEDDED is only for the initial environment. I would like to withdraw my patch. I would still like to pursue my proposed "setenv.patch" - that one changes setenv() to return an integer rather than void. If you have any comments on it, please let me know. Thanks again, Steve