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:
parent
1d8b0979c3
commit
46a895e633
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue