Change kconfig references from 'buildrom' to 'libpayload'.
Signed-off-by: Christopher Kilgour <techie@whiterocker.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3179 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0c1cea29e7
commit
5f4c8abb65
|
@ -381,7 +381,7 @@ int conf_write(const char *name)
|
|||
|
||||
fprintf(out, _("#\n"
|
||||
"# Automatically generated make config: don't edit\n"
|
||||
"# Buildrom version: %s\n"
|
||||
"# Libpayload version: %s\n"
|
||||
"%s%s"
|
||||
"#\n"),
|
||||
sym_get_string_value(sym),
|
||||
|
@ -405,7 +405,7 @@ int conf_write(const char *name)
|
|||
}
|
||||
fprintf(out_h, "/*\n"
|
||||
" * Automatically generated C config: don't edit\n"
|
||||
" * Buildrom version: %s\n"
|
||||
" * Libpayload version: %s\n"
|
||||
" */\n"
|
||||
"%s"
|
||||
"\n",
|
||||
|
|
|
@ -1949,7 +1949,7 @@ void conf_parse(const char *name)
|
|||
sym_init();
|
||||
menu_init();
|
||||
modules_sym = sym_lookup("MODULES", 0);
|
||||
rootmenu.prompt = menu_add_prompt(P_MENU, "Buildrom Configuration", NULL);
|
||||
rootmenu.prompt = menu_add_prompt(P_MENU, "Libpayload Configuration", NULL);
|
||||
|
||||
#if YYDEBUG
|
||||
if (getenv("ZCONF_DEBUG"))
|
||||
|
|
|
@ -459,7 +459,7 @@ void conf_parse(const char *name)
|
|||
sym_init();
|
||||
menu_init();
|
||||
modules_sym = sym_lookup("MODULES", 0);
|
||||
rootmenu.prompt = menu_add_prompt(P_MENU, "Buildrom Configuration", NULL);
|
||||
rootmenu.prompt = menu_add_prompt(P_MENU, "Libpayload Configuration", NULL);
|
||||
|
||||
#if YYDEBUG
|
||||
if (getenv("ZCONF_DEBUG"))
|
||||
|
|
Loading…
Reference in New Issue