diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2018-08-20 12:37:47 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-09-21 14:29:47 +0000 |
commit | eaca95eaf4cf074818e8e1bfa18f0b137143cc89 (patch) | |
tree | 61d36210c08832eb7cabb9689d58382606d85c1a /src/mainboard/intel/coffeelake_rvp | |
parent | b7d2a6fbf51eb2e2f18273fb6da58ef2ddfe151a (diff) | |
download | coreboot-eaca95eaf4cf074818e8e1bfa18f0b137143cc89.tar.xz |
mb/intel/coffeelake_rvp: Correct LPDDR4 to DDR4 in mainboard info
There's only DDR4 or LPDDR3 support for coffelake processor line,
details can be found out on EDS #570805.
BUG=N/A
TEST=N/A
Change-Id: I8ba6b6861b15b40b01237f87c8d55394f7fd6706
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/28236
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/coffeelake_rvp')
-rw-r--r-- | src/mainboard/intel/coffeelake_rvp/Kconfig.name | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/coffeelake_rvp/Kconfig.name b/src/mainboard/intel/coffeelake_rvp/Kconfig.name index 093288b7e9..14bd22a2e9 100644 --- a/src/mainboard/intel/coffeelake_rvp/Kconfig.name +++ b/src/mainboard/intel/coffeelake_rvp/Kconfig.name @@ -1,6 +1,6 @@ comment "Coffeelake RVP" config BOARD_INTEL_COFFEELAKE_RVPU - bool "-> Coffeelake U LPDDR4 RVP" + bool "-> Coffeelake U SO-DIMM DDR4 RVP" config BOARD_INTEL_COFFEELAKE_RVP11 - bool "-> Coffeelake H LPDDR4 RVP11" + bool "-> Coffeelake H SO-DIMM DDR4 RVP11" |