commit | d88af4da9a8d694e2cfd98a2deefedd472817183 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Dec 04 17:45:22 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 06 21:12:43 2011 +0100 |
tree | 6bc94abd3c2fb154772289ebcfd08c8600514d5e | |
parent | 5c45a22b9203351a32aec4600514341b91175542 [diff] |
cmd_bdinfo: simplify local static funcs a bit If we move the local funcs to the top of the file, and use the __maybe_unused define, we can drop a lot of ugly ifdef logic and duplicated prototypes. Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>