model_106cx: don't blindly set Kconfig settings
The CPU_ADDR_BITS was being unconditionally set. Don't do that. BUG=None BRANCH=None TEST=Built bayleybay and can now set CPU_ADDR_BITS properly. Change-Id: Idbc63328fade8f5f05f7f46282139b86e6694989 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/169711 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
98c00dc269
commit
858f96d28d
1 changed files with 3 additions and 0 deletions
|
|
@ -7,7 +7,10 @@ config CPU_INTEL_MODEL_106CX
|
|||
select AP_IN_SIPI_WAIT
|
||||
select TSC_SYNC_MFENCE
|
||||
|
||||
if CPU_INTEL_MODEL_106CX
|
||||
|
||||
config CPU_ADDR_BITS
|
||||
int
|
||||
default 32
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue