From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 16 Dec 2008 11:22:03 -0800 Subject: [U-Boot] [PATCH] common: nvedit to protect additional ethernet addresses Part 1/1 In-Reply-To: References: <531234379@web.de> <20081215225645.9BB26832E8A1@gemini.denx.de> Message-ID: <4947FFDB.9040005@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 Stefan Althoefer wrote: > Dear Wolfgang Denk > > >> Dear =?iso-8859-15?Q?Stefan_Alth=F6fer?=, >> >> In message <531234379@web.de> you wrote: >> >>> Then maybe we should have >>> >>> #define CONFIG_ENV_PROTECTED_ITEM "ethaddr1,ethaddr2,...." >>> >>> in board configuration to have the greatest flexibility? >>> >> Jerry Van Baren already showed you an elegant way to solve this using >> scanf(). >> > > Is scanf() available in u-boot? I couldn't find it. > > -- Stefan > I think he meant sscanf(), which should be there. regards, Ben