]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/command.h
CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set
authorTom Rini <trini@konsulko.com>
Mon, 7 Dec 2015 13:23:29 +0000 (08:23 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 7 Dec 2015 13:35:23 +0000 (08:35 -0500)
commitcbb2df2018ab07cb8887715d30d445584e108366
tree7703310f12dc3c77f918606f55ccdb49ddbb607f
parentdcf4cb068e19a7f39e4a295102b247376bd27c95
CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set

Now that we may compile (but not link) code calling fixup_cmdtable when
this is not set, we need to always have the declaration available.  We
should also make sure that anyone calling the function includes
<command.h> as that's where the function declaration is.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/board_r.c
include/command.h
test/dm/cmd_dm.c