[coreboot] [commit] r6363 - trunk/src/mainboard/amd/inagua

repository service svn at coreboot.org
Tue Feb 15 01:27:25 CET 2011


Author: mjones
Date: Tue Feb 15 01:27:24 2011
New Revision: 6363
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6363

Log:
Remove Inagua Kconfig items for external VGA and AHCI binaries. These can be addded by the developer if needed.

Fixes abuild issues.

Signed-off-by: Marc Jones <marcj303 at gmail.com>
Acked-by: Marc Jones <marcj303 at gmail.com>

Modified:
   trunk/src/mainboard/amd/inagua/Kconfig

Modified: trunk/src/mainboard/amd/inagua/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/inagua/Kconfig	Tue Feb 15 01:23:05 2011	(r6362)
+++ trunk/src/mainboard/amd/inagua/Kconfig	Tue Feb 15 01:27:24 2011	(r6363)
@@ -142,46 +142,10 @@
 	bool
 	default n
 
-config PAYLOAD_ELF
-	bool
-	default y
-
-config FALLBACK_PAYLOAD_FILE
-	string "Payload path and filename"
-	depends on PAYLOAD_ELF
-	default "payloads/seabios/out/bios.bin.elf"
-
-config ONBOARD_VGA_IS_PRIMARY
-	bool
-	default y
-
-config VGA_BIOS
-	bool
-	default y
-
-config FALLBACK_VGA_BIOS_FILE
-	string "VGA BIOS path and filename"
-	depends on VGA_BIOS
-	default "rom/video/OntarioGenericVBios.bin"
-
 config FALLBACK_VGA_BIOS_ID
 	string "VGA device PCI IDs"
 	depends on VGA_BIOS
 	default "1002,9802"
 
-config AHCI_ROM
-	bool
-	default y
-
-config AHCI_ROM_FILE
-	string "AHCI ROM path and filename"
-	depends on AHCI_ROM
-	default "rom/ahci/sb800.bin"
-
-config AHCI_ROM_ID
-	string "AHCI device PCI IDs"
-	depends on AHCI_ROM
-	default "1002,4391"
-
 endif # BOARD_AMD_INAGUA
 




More information about the coreboot mailing list