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; }