From 57d8ccb5f0c7733656ea2aeae4e2cc6feb998725 Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Sat, 14 Apr 2018 23:04:34 -0700 Subject: soc/intel/apollolake: Fix CPU address bits APL and GLK have 39 address bits Change-Id: I9b761492332c545c13a0594d8f5937ca84bc0699 Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/25682 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh --- src/soc/intel/apollolake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/apollolake') 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 -- cgit v1.2.3