From mboxrd@z Thu Jan 1 00:00:00 1970 From: rory Date: Thu, 19 Feb 2009 14:52:06 -0800 Subject: [U-Boot] Copying default environment to NVRAM In-Reply-To: <20090219225011.43EA9832E43F@gemini.denx.de> References: <499DBC21.7050505@trs80.net> <20090219223556.09E4A832E43F@gemini.denx.de> <499DE0DF.8080104@trs80.net> <20090219225011.43EA9832E43F@gemini.denx.de> Message-ID: <499DE296.500@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 I can add this operation to my boot command or to my preboot. However, if there is a supported, suggested way to do this, via a #define or compile flag, I would like to know because I would rather do it that way than put in a "hack". thx Wolfgang Denk wrote: > Dear rory, > > In message <499DE0DF.8080104@trs80.net> you wrote: > >> It needs to happen automagically, w/o typing anything. I was wondering >> > > Well, than run it automatically, without any typing. > > U-Boot is extremely flexible and easily supports such operations, too. > > >> (I couldn't find anything) if there was some flag that I could set to >> make it happen, rather than modify my boot process to automagically do >> it for me. >> > > That's an oxymoron. Above you request: "It needs to happen automagi- > cally", and now you claim you do NOT want to modify the boot sequence > "to automagically do it". What exactly is it what you want? > > Best regards, > > Wolfgang Denk > >