[OpenBIOS] r600 - trunk/openbios-devel/arch/ppc/qemu

svn at openbios.org svn at openbios.org
Mon Nov 9 00:43:19 CET 2009


Author: laurent
Date: 2009-11-08 23:43:19 +0000 (Sun, 08 Nov 2009)
New Revision: 600

Modified:
   trunk/openbios-devel/arch/ppc/qemu/main.c
Log:
Correct typo

Modified: trunk/openbios-devel/arch/ppc/qemu/main.c
===================================================================
--- trunk/openbios-devel/arch/ppc/qemu/main.c	2009-11-07 21:53:45 UTC (rev 599)
+++ trunk/openbios-devel/arch/ppc/qemu/main.c	2009-11-08 23:43:19 UTC (rev 600)
@@ -132,7 +132,7 @@
 			 partition, directory, filename);
 
         ELF_DPRINTF("bootpath %s bootargs %s\n", path, args);
-	set_property( chosen_ph, "bootpath", path, strlen(spec)+1 );
+	set_property( chosen_ph, "bootpath", path, strlen(path)+1 );
 	if (args)
 		set_property( chosen_ph, "bootargs", args, strlen(args)+1 );
 }




More information about the OpenBIOS mailing list