Re: [U-Boot] [RFC PATCH v2 15/15] main: Add debug_bootkeys 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 | 19 +-- > 1 file changed, 9 insertion

[U-Boot] [RFC PATCH v2 15/15] main: Add debug_bootkeys 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 | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/common/main.c b/common/main.c index 75a184c.