aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2018-04-14 23:04:34 -0700
committerSubrata Banik <subrata.banik@intel.com>2018-04-16 05:04:35 +0000
commit57d8ccb5f0c7733656ea2aeae4e2cc6feb998725 (patch)
tree318fa3ea909902ddd880394368c133b47f634b45 /src/soc/intel/apollolake/Kconfig
parent0c557cd983e021b1675fb1688784652d4815f0ba (diff)
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>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 2a2782e894..a9b90c411b 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -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