Fix intel/xe7501devkit build, missing "uses" clause.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4851 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2009-10-24 22:52:33 +00:00
parent 1d8b0979c3
commit 46a895e633
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ uses CONFIG_ROMBASE
uses CONFIG_XIP_ROM_SIZE
uses CONFIG_XIP_ROM_BASE
uses CONFIG_HAVE_HARD_RESET
default CONFIG_HAVE_HARD_RESET = 1
###
### Build options
###