[coreboot] r562 - coreboot-v3/northbridge/amd/geodelx

svn at coreboot.org svn at coreboot.org
Sat Jan 26 04:45:13 CET 2008


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 at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at 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;
 	}





More information about the coreboot mailing list