Trivial fix for tyan/s2735: a newly used option wasn't defined as "used"

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4237 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-04-30 12:53:00 +00:00
parent 94875b3f62
commit 6841ce6537
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ uses HAVE_FALLBACK_BOOT
uses HAVE_HARD_RESET uses HAVE_HARD_RESET
uses IRQ_SLOT_COUNT uses IRQ_SLOT_COUNT
uses HAVE_OPTION_TABLE uses HAVE_OPTION_TABLE
uses CONFIG_USE_INIT
uses CONFIG_MAX_CPUS uses CONFIG_MAX_CPUS
uses CONFIG_MAX_PHYSICAL_CPUS uses CONFIG_MAX_PHYSICAL_CPUS
uses CONFIG_LOGICAL_CPUS uses CONFIG_LOGICAL_CPUS