Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- commands/bootm.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/commands/bootm.c b/commands/bootm.c index f11138a..55c964a 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -42,6 +42,7 @@ #include <boot.h> #include <rtc.h> #include <init.h> +#include <magicvar.h> #include <asm-generic/memory_layout.h> /* @@ -367,6 +368,8 @@ BAREBOX_CMD_START(bootm) BAREBOX_CMD_HELP(cmd_bootm_help) BAREBOX_CMD_END +BAREBOX_MAGIC_VAR(bootargs, "Linux Kernel parameters"); + /** * @page bootm_command -- 1.7.7.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox