commit | 36ebb78779cb08b48672e0fa5cd891199cc0ee23 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Oct 20 03:35:39 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 28 21:45:32 2010 +0100 |
tree | c7c07c5a1c2a7867c9adfdfa63f8a4809369b50d | |
parent | 40b484a3dfb586076c6cfba44eff3e3cf0b5bd1f [diff] |
do_bootm: unify duplicate prototypes The duplication of the do_bootm prototype has gotten out of hand, and they're pretty much all outdated (wrt constness). Unify them all in command.h. Signed-off-by: Mike Frysinger <vapier@gentoo.org>