Make geode_lx use the vsa from blobs repository

... or fail if repository is not enabled.

Change-Id: I0a1e6d6fed852ec7edf96ace8346ae6b23838a56
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/959
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Patrick Georgi 2012-04-30 22:56:30 +02:00
parent 5fe7a209f5
commit 943ddcee53
1 changed files with 3 additions and 1 deletions

View File

@ -19,9 +19,11 @@ config GEODE_VSA
bool bool
default y default y
select PCI_OPTION_ROM_RUN_REALMODE select PCI_OPTION_ROM_RUN_REALMODE
select REQUIRES_BLOB
config GEODE_VSA_FILE config GEODE_VSA_FILE
bool "Add a VSA image" bool "Add a VSA image"
default y
help help
Select this option if you have an AMD Geode LX vsa that you would Select this option if you have an AMD Geode LX vsa that you would
like to add to your ROM. like to add to your ROM.
@ -32,7 +34,7 @@ config GEODE_VSA_FILE
config VSA_FILENAME config VSA_FILENAME
string "AMD Geode LX VSA path and filename" string "AMD Geode LX VSA path and filename"
depends on GEODE_VSA_FILE depends on GEODE_VSA_FILE
default "gpl_vsa_lx_102.bin" default "3rdparty/cpu/amd/geode_lx/gpl_vsa_lx_102.bin"
help help
The path and filename of the file to use as VSA. The path and filename of the file to use as VSA.