9
0
Fork 0

flexible bootargs: Add magicvar descriptions

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-05-14 22:54:48 +02:00
parent e58f05ae2a
commit 69ee684695
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <common.h>
#include <boot.h>
#include <malloc.h>
#include <magicvar.h>
#include <globalvar.h>
#include <environment.h>
@ -77,3 +78,6 @@ int linux_bootargs_overwrite(const char *bootargs)
return 0;
}
BAREBOX_MAGICVAR_NAMED(global_linux_bootargs_, global.linux.bootargs.*, "Linux bootargs variables");
BAREBOX_MAGICVAR_NAMED(global_linux_mtdparts_, global.linux.mtdparts.*, "Linux mtdparts variables");