From e3a8f46c0eb8d563341404f42626b002d74593bb Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Fri, 3 Jun 2016 07:14:12 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/15059 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Werner Zeh --- src/soc/intel/apollolake/include/soc/meminit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, }; -- cgit v1.2.3