This is a cosmetic change. LAR names don't start with /

.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@562 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-01-26 03:45:13 +00:00
commit c26668a387

View file

@ -182,7 +182,7 @@ void do_vsmbios(void *bios)
}
init_archive(&archive);
if (find_file(&archive, "/blob/vsa", &file)){
if (find_file(&archive, "blob/vsa", &file)){
printk(BIOS_ERR, "NO VSA found!\n");
return;
}