Skip to content
Snippets Groups Projects
Commit 722b061b authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

autocomplete: remove runtime handler install


Rather than add runtime overhead of installing completion handlers, do it
statically at build time.  This requires a new build time helper macro to
declare a command and the completion handler at the same time.  Then we
convert the env related funcs over to this.

This gives an opportunity to also unify the U_BOOT_CMD macros.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 882b7d72
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