From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Wozniak Date: Thu, 19 Jan 2006 09:27:05 -0500 Subject: [U-Boot-Users] How to set ethact variable ... In-Reply-To: <20060118144540.37061.qmail@web52713.mail.yahoo.com> References: <20060118144540.37061.qmail@web52713.mail.yahoo.com> Message-ID: <43CFA1B9.1080103@mc.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Yogesh Patel wrote: > Hi, > How can I set ethact variable from within u-boot ? > I know I can use the command line "setenv ethact > ....". > But I want to do it in the uboot code itself. The U-Boot README file mentions this simple solution: - Default Environment: CONFIG_EXTRA_ENV_SETTINGS Define this to contain any number of null terminated strings (variable = value pairs) that will be part of the default environment compiled into the boot image. > Thanks > Yogi > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users >