[OpenBIOS] [commit] r1164 - trunk/openbios-devel/drivers

repository service svn at openbios.org
Wed Jun 26 04:04:35 CEST 2013


Author: agraf
Date: Wed Jun 26 04:04:35 2013
New Revision: 1164
URL: http://tracker.coreboot.org/trac/openbios/changeset/1164

Log:
Revert "Cuda: Add device_type property"

Oops, this shouldn't have gone into the repository. Sorry :(.

This reverts commit 10a47b9ad8b95c7c06405163867ea3ad54f9441e.

Modified:
   trunk/openbios-devel/drivers/cuda.c

Modified: trunk/openbios-devel/drivers/cuda.c
==============================================================================
--- trunk/openbios-devel/drivers/cuda.c	Wed Jun 26 03:49:20 2013	(r1163)
+++ trunk/openbios-devel/drivers/cuda.c	Wed Jun 26 04:04:35 2013	(r1164)
@@ -190,7 +190,6 @@
 	set_int_property(ph, "#address-cells", 1);
         set_int_property(ph, "#size-cells", 0);
 
-	set_property(ph, "device_type", "via-cuda", 9);
 	set_property(ph, "compatible", "cuda", 5);
 
 	props[0] = __cpu_to_be32(IO_CUDA_OFFSET);



More information about the OpenBIOS mailing list