diff options
author | Aaron Durbin <adurbin@chromium.org> | 2018-04-18 22:59:53 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-19 07:51:58 +0000 |
commit | afabaede2c20d22fc00d40eddf3d0dd01a591932 (patch) | |
tree | ebeb02a9540d31895b97e57db530f3036e34528c /src/soc | |
parent | 9258021873001fa1568401cb3a103e9bb2dc2f9c (diff) |
soc/intel/apollolake: fix 'DENSITY' misspelling
DESNITY is not DENSITY. Fix that error.
BUG=b:72728953
Change-Id: I1e4ebec378a20cefc7c1e4114d39b707fc767fc1
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/25735
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/apollolake/include/soc/meminit.h | 2 |
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 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, }; |