[coreboot] r882 - coreboot-v3/southbridge/amd/sb600

svn at coreboot.org svn at coreboot.org
Fri Oct 3 06:08:16 CEST 2008


Author: stuge
Date: 2008-10-03 06:08:15 +0200 (Fri, 03 Oct 2008)
New Revision: 882

Modified:
   coreboot-v3/southbridge/amd/sb600/ac97audio.dts
Log:
Fix device name in ac97audio dts.

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: coreboot-v3/southbridge/amd/sb600/ac97audio.dts
===================================================================
--- coreboot-v3/southbridge/amd/sb600/ac97audio.dts	2008-10-03 03:56:56 UTC (rev 881)
+++ coreboot-v3/southbridge/amd/sb600/ac97audio.dts	2008-10-03 04:08:15 UTC (rev 882)
@@ -18,6 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 {
-	device_operations = "ac97modem";
+	device_operations = "ac97audio";
 	/* configuration variables go here */
 };





More information about the coreboot mailing list