From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 16 Jul 2009 12:54:00 -0700 Subject: [U-Boot] Initial environment variables In-Reply-To: <563311.29195.qm@web83506.mail.sp1.yahoo.com> References: <563311.29195.qm@web83506.mail.sp1.yahoo.com> Message-ID: <4A5F8558.2040900@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ron, Ron Madrid wrote: > When I submitted patches for my new board SIMPC8313 I recall being told that > I had inappropriately initialized some of my environment variables. Most > specifically I am interested in having default serverip, ipaddr, and ethaddr > environment variables. Is this most appropriately done with a specific > #define (such as #define CONFIG_SERVERIP) or within #define > CONFIG_EXTRA_ENV_SETTINGS? > > You can set CONFIGs for all of these things in your own private build and they'll work, but they're inappropriate for main-line U-boot. I hope the reasoning is obvious. > Thanks for the help. > > Ron > ________ regards, Ben