From c26668a387ef97c7b1bd464a1cc3679899ac25b6 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sat, 26 Jan 2008 03:45:13 +0000 Subject: [PATCH] This is a cosmetic change. LAR names don't start with / . Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@562 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- northbridge/amd/geodelx/vsmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/northbridge/amd/geodelx/vsmsetup.c b/northbridge/amd/geodelx/vsmsetup.c index ac85720575..7ed46fd936 100644 --- a/northbridge/amd/geodelx/vsmsetup.c +++ b/northbridge/amd/geodelx/vsmsetup.c @@ -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; }