[coreboot] r737 - coreboot-v3/include/device

svn at coreboot.org svn at coreboot.org
Mon Aug 11 15:23:41 CEST 2008


Author: mraudsepp
Date: 2008-08-11 15:23:40 +0200 (Mon, 11 Aug 2008)
New Revision: 737

Modified:
   coreboot-v3/include/device/pci_ids.h
Log:
Trivial: Add a missing newline in front of PCI_DEVICE_ID_AMD_LXBRIDGE define, lost in r732

Fixes geodelx target builds, compile-tested on DBE62

Signed-off-by: Mart Raudsepp <mart.raudsepp at artecdesign.ee>
Acked-by: Mart Raudsepp <mart.raudsepp at artecdesign.ee>

Modified: coreboot-v3/include/device/pci_ids.h
===================================================================
--- coreboot-v3/include/device/pci_ids.h	2008-08-11 00:17:03 UTC (rev 736)
+++ coreboot-v3/include/device/pci_ids.h	2008-08-11 13:23:40 UTC (rev 737)
@@ -191,7 +191,8 @@
 #define PCI_DEVICE_ID_AMD_AES		0x2082
 #define PCI_DEVICE_ID_AMD_761_0         0x700E
 #define PCI_DEVICE_ID_AMD_761_1         0x700F
-#define PCI_DEVICE_ID_AMD_VIPER_7412    0x7412#define PCI_DEVICE_ID_AMD_LXBRIDGE		0x2080
+#define PCI_DEVICE_ID_AMD_VIPER_7412    0x7412
+#define PCI_DEVICE_ID_AMD_LXBRIDGE		0x2080
 #define PCI_DEVICE_ID_AMD_CS5536_ISA		0x2090
 #define PCI_DEVICE_ID_AMD_CS5536_FLASH		0x2091
 #define PCI_DEVICE_ID_AMD_CS5536_A0_IDE		0x2092





More information about the coreboot mailing list