Re: [U-Boot] [RFC PATCH v2 14/15] main: Add debug_parser() to avoid #ifdefs

2013-02-24 Thread Joe Hershberger
Hi Simon, On Sun, Feb 24, 2013 at 11:26 AM, Simon Glass wrote: > Define a simple debug condition at the top of the file, to avoid using > lots of #ifdefs later on. > > Signed-off-by: Simon Glass > --- > Changes in v2: None > > common/main.c | 58 +++--

[U-Boot] [RFC PATCH v2 14/15] main: Add debug_parser() to avoid #ifdefs

2013-02-24 Thread Simon Glass
Define a simple debug condition at the top of the file, to avoid using lots of #ifdefs later on. Signed-off-by: Simon Glass --- Changes in v2: None common/main.c | 58 +++--- 1 file changed, 23 insertions(+), 35 deletions(-) diff --git a/comm