From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Getz Date: Wed, 15 Jul 2009 11:48:09 -0400 Subject: [U-Boot] [PATCH] - save the server's mac address... In-Reply-To: <200907151100.18485.vapier@gentoo.org> References: <200907081450.16160.rgetz@blackfin.uclinux.org> <200907131619.51969.rgetz@blackfin.uclinux.org> <200907151100.18485.vapier@gentoo.org> Message-ID: <200907151148.09197.rgetz@blackfin.uclinux.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed 15 Jul 2009 11:00, Mike Frysinger pondered: > On Monday 13 July 2009 16:19:51 Robin Getz wrote: > > + CONFIG_KEEP_SERVERADDR > > + > > + Keeps the server's MAC address, in the env 'serveraddr' > > + for passing to bootargs (like Linux's netconsole option) > > is a config option really necessary ? i'd say just add it for everyone I was just thinking that there would be pollution in the env - growing it unnecessarily for those who didn't want it. However - when I look at the number of CONFIG_ options in ./include/config - is seemed to be alot - more than necessary... 1787 CONFIG_options, which only appear in one file. 534 CONFIG_options, which only appear in two files 368 3 259 4 161 5 157 6 95 7 92 8 54 9 42 10 seems to be a little crazy... -Robin