From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Sat, 1 Nov 2008 00:35:08 +0100 Subject: [U-Boot] [PATCH] Add "memenv" command, to set environment from a memory area In-Reply-To: <20081031224044.8CFC183420FE@gemini.denx.de> References: <20081031224044.8CFC183420FE@gemini.denx.de> <20081031221826.GA9555@mail.gnudd.com> Message-ID: <20081031233508.GA13183@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Doesn't this more or less duplicate the function of the "autoscr" > command? After checking the source, it addresses the same needs. While I looked hard, I didn't find this feature. After I wrote it for a client and later found another client did it by himself, I posted it to the list on Jul 4th and got only one positive comment, so I finally went ahead. I should have looked better, it seems. Thanks /alessandro