]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
Remove interleave of non-U-Boot code in hush
authorSimon Glass <sjg@chromium.org>
Tue, 6 Dec 2011 19:47:53 +0000 (19:47 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Mar 2012 20:09:37 +0000 (21:09 +0100)
commit7344f9128dfa797a9b9d51b38832f77a1eaeac2d
tree787fe5e87331a57cfdaf48724f7de514b9e9ea1c
parentbdf8e34b936e2b94990ab6ce8dd5463d14d173dd
Remove interleave of non-U-Boot code in hush

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 <sjg@chromium.org>
common/hush.c