From afabaede2c20d22fc00d40eddf3d0dd01a591932 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 18 Apr 2018 22:59:53 -0600 Subject: soc/intel/apollolake: fix 'DENSITY' misspelling DESNITY is not DENSITY. Fix that error. BUG=b:72728953 Change-Id: I1e4ebec378a20cefc7c1e4114d39b707fc767fc1 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/25735 Reviewed-by: Furquan Shaikh Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/intel/apollolake/include/soc/meminit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/apollolake/include/soc/meminit.h b/src/soc/intel/apollolake/include/soc/meminit.h index fa12728f1a..6b892fcdff 100644 --- a/src/soc/intel/apollolake/include/soc/meminit.h +++ b/src/soc/intel/apollolake/include/soc/meminit.h @@ -65,7 +65,7 @@ enum { /* LPDDR4 module density in bits. */ enum { LP4_8Gb_DENSITY = 2, - LP4_12Gb_DESNITY, + LP4_12Gb_DENSITY, LP4_16Gb_DENSITY, }; -- cgit v1.2.3