Author: rminnich Date: 2008-01-26 04:45:13 +0100 (Sat, 26 Jan 2008) New Revision: 562
Modified: coreboot-v3/northbridge/amd/geodelx/vsmsetup.c Log: 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
Modified: coreboot-v3/northbridge/amd/geodelx/vsmsetup.c =================================================================== --- coreboot-v3/northbridge/amd/geodelx/vsmsetup.c 2008-01-26 03:40:00 UTC (rev 561) +++ coreboot-v3/northbridge/amd/geodelx/vsmsetup.c 2008-01-26 03:45:13 UTC (rev 562) @@ -182,7 +182,7 @@ } 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; }