Skip to content
Snippets Groups Projects
Commit cbb2df20 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent dcf4cb06
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment