Re: [U-Boot] [PATCH] arm: Tidy up of PRAM init to use getenv_f()

2011-12-21 Thread Simon Glass
Hi Albert, On Mon, Dec 19, 2011 at 2:09 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 10/10/2011 22:24, Simon Glass a écrit : > >> It seems that few people use CONFIG_PRAM on ARM. The getenv_r() function >> has >> been renamed to getenv_f(). > > > Please correct the commit message: it does not ren

Re: [U-Boot] [PATCH] arm: Tidy up of PRAM init to use getenv_f()

2011-12-19 Thread Albert ARIBAUD
Hi Simon, Le 10/10/2011 22:24, Simon Glass a écrit : It seems that few people use CONFIG_PRAM on ARM. The getenv_r() function has been renamed to getenv_f(). Please correct the commit message: it does not rename the function, it switches from callong the _r version to calling the _f version.