soc/intel/apollolake: Fix CPU address bits
APL and GLK have 39 address bits Change-Id: I9b761492332c545c13a0594d8f5937ca84bc0699 Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/25682 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
0c557cd983
commit
57d8ccb5f0
|
@ -158,7 +158,7 @@ config DCACHE_BSP_STACK_SIZE
|
|||
|
||||
config CPU_ADDR_BITS
|
||||
int
|
||||
default 36
|
||||
default 39
|
||||
|
||||
config SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue