Fix typo and remove duplicate #define (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@150 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
7f263b8ecf
commit
a586fc2b44
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#define CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT 0
|
||||
#define CONFIG_PCIX_PLUGIN_SUPPORT 0
|
||||
#define CONFIG_PCIEXP_PLUGIN_SUPPORT 0
|
||||
#define CONFGI_AGP_PLUGIN_SUPPORT 0
|
||||
#define CONFIG_CARDBUS_PLUGIN_SUPPORT 0
|
||||
#define CONFIG_AGP_PLUGIN_SUPPORT 0
|
||||
#if CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT == 1
|
||||
|
|
@ -49,7 +48,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue