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:
parent
5de5570bac
commit
c26668a387
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue