aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@intel.com>2016-06-03 07:14:12 -0700
committerAaron Durbin <adurbin@chromium.org>2016-06-07 16:27:17 +0200
commite3a8f46c0eb8d563341404f42626b002d74593bb (patch)
treee8a04c90de7ffb45098493c9b6c13c26ff0cc16c /src
parent0d9839b3334d7769e1d89ebc68e01d91e5672c74 (diff)
soc/intel/apollolake: Add missing DRAM density constants
Add missing constants for DRAM density. This resolves boot issue, because misconfigured density results in incorrect memory mapping. Change-Id: I3bad911bf406bfc5677059490d0e89fcbf735b70 Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/15059 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/apollolake/include/soc/meminit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/include/soc/meminit.h b/src/soc/intel/apollolake/include/soc/meminit.h
index 18c59a4768..14b1ef51bc 100644
--- a/src/soc/intel/apollolake/include/soc/meminit.h
+++ b/src/soc/intel/apollolake/include/soc/meminit.h
@@ -62,7 +62,7 @@ enum {
/* LPDDR4 module density in bits. */
enum {
- LP4_8Gb_DENSITY,
+ LP4_8Gb_DENSITY = 2,
LP4_12Gb_DESNITY,
LP4_16Gb_DENSITY,
};