From mboxrd@z Thu Jan 1 00:00:00 1970 From: rory Date: Thu, 19 Feb 2009 12:08:01 -0800 Subject: [U-Boot] Copying default environment to NVRAM Message-ID: <499DBC21.7050505@trs80.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Is there some flag or normal way to get the default environment that is in RAM to get written to NVRAM? I'm currently going to put a routine in our preboot code to do so, but was wondering if there was an officially sanctioned "right" way to do this. I've looked thru code and FAQ's and the best I can find is to run "saveenv" from the CLI, but that's not really a good solution. thx