Re: [U-Boot] [PATCH v5 7/9] Remove interleave of non-U-Boot code in hush

2012-03-06 Thread Wolfgang Denk
Dear Simon Glass, In message <1329285566-30386-8-git-send-email-...@chromium.org> you wrote: > There is a nasty interleave of #ifdefs in hush.c where the two code > paths have different indents. Remove this ickiness. > > Signed-off-by: Simon Glass > Acked-by: Mike Frysinger > --- > > common/h

[U-Boot] [PATCH v5 7/9] Remove interleave of non-U-Boot code in hush

2012-02-14 Thread Simon Glass
There is a nasty interleave of #ifdefs in hush.c where the two code paths have different indents. Remove this ickiness. Signed-off-by: Simon Glass Acked-by: Mike Frysinger --- common/hush.c | 24 +++- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git a/common