Re: [U-Boot] [PATCH 09/11] net: Apply default format rules to all ethaddr

2015-04-27 Thread Simon Glass
Hi Joe, On 27 April 2015 at 13:35, Joe Hershberger wrote: > Hi Simon, > > On Thu, Apr 23, 2015 at 11:34 PM, Simon Glass wrote: >> On 21 April 2015 at 16:02, Joe Hershberger wrote: >>> Use a regular expression to apply the default formatting flags for all >>> ethaddr env vars. >>> >>> Signed-off

Re: [U-Boot] [PATCH 09/11] net: Apply default format rules to all ethaddr

2015-04-27 Thread Joe Hershberger
Hi Simon, On Thu, Apr 23, 2015 at 11:34 PM, Simon Glass wrote: > On 21 April 2015 at 16:02, Joe Hershberger wrote: >> Use a regular expression to apply the default formatting flags for all >> ethaddr env vars. >> >> Signed-off-by: Joe Hershberger >> --- >> >> include/env_flags.h | 11 -

Re: [U-Boot] [PATCH 09/11] net: Apply default format rules to all ethaddr

2015-04-24 Thread Simon Glass
On 21 April 2015 at 16:02, Joe Hershberger wrote: > Use a regular expression to apply the default formatting flags for all > ethaddr env vars. > > Signed-off-by: Joe Hershberger > --- > > include/env_flags.h | 11 --- > test/dm/eth.c | 1 + > 2 files changed, 9 insertions(+), 3 de