commit | 23415e513a31d1b05007ea5e58011aa3aeba17d4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Dec 07 08:23:29 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 07 08:35:23 2015 -0500 |
tree | 7703310f12dc3c77f918606f55ccdb49ddbb607f | |
parent | 2df6d019437a04c11d399f8e14d47b9104154683 [diff] |
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>