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:
Christopher Kilgour
2008-03-20 01:58:08 +00:00
committed by Uwe Hermann
parent 0c1cea29e7
commit 5f4c8abb65
3 changed files with 4 additions and 4 deletions

View File

@@ -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"))