Author: stepan Date: 2009-03-16 16:27:00 +0100 (Mon, 16 Mar 2009) New Revision: 4008
Modified: trunk/coreboot-v2/src/devices/pci_device.c Log: fix typo in pci_device.c (trivial)
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/devices/pci_device.c =================================================================== --- trunk/coreboot-v2/src/devices/pci_device.c 2009-03-15 10:04:41 UTC (rev 4007) +++ trunk/coreboot-v2/src/devices/pci_device.c 2009-03-16 15:27:00 UTC (rev 4008) @@ -43,7 +43,7 @@ #if CONFIG_PCIEXP_PLUGIN_SUPPORT == 1 #include <device/pciexp.h> #endif -#if CONFGI_AGP_PLUGIN_SUPPORT == 1 +#if CONFIG_AGP_PLUGIN_SUPPORT == 1 #include <device/agp.h> #endif #if CONFIG_CARDBUS_PLUGIN_SUPPORT == 1