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

2012-02-04 Thread Mike Frysinger
On Saturday 14 January 2012 01:45:55 Simon Glass wrote: There is a nasty interleave of #ifdefs in hush.c where the two code paths have different indents. Remove this ickiness. i think we've moved beyond hopes of keeping hush.c unified with its upstream, so this is fine Acked-by: Mike

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

2012-01-13 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 s...@chromium.org --- common/hush.c | 24 +++- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git a/common/hush.c