global.autoboot_abort_key and global.autoboot_timeout lack a magicvar description. Add one. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/startup.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/startup.c b/common/startup.c index c417a4d078..e251142fca 100644 --- a/common/startup.c +++ b/common/startup.c @@ -39,6 +39,7 @@ #include <errno.h> #include <linux/stat.h> #include <envfs.h> +#include <magicvar.h> #include <asm/sections.h> #include <uncompress.h> #include <globalvar.h> @@ -391,3 +392,10 @@ void shutdown_barebox(void) (*exitcall)(); } } + +BAREBOX_MAGICVAR_NAMED(global_autoboot_abort_key, + global.autoboot_abort_key, + "Which key allows to interrupt autoboot. Possible values: any, ctrl-c"); +BAREBOX_MAGICVAR_NAMED(global_autoboot_timeout, + global.autoboot_timeout, + "Timeout before autoboot starts in seconds"); -- 2.26.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox