diff options
author | Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> | 2021-01-20 14:53:59 +0900 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-22 14:27:15 +0000 |
commit | 9f5c365e6daffcfa9a638b0a0d5e6a5343125c54 (patch) | |
tree | 83535654bbb0f723e8cf286bd197e481ca399fd3 /src/mainboard/google | |
parent | 197c486997130e7f1510aac3f0af90f35b50c9d2 (diff) |
mb/google/nightfury: Update RAM IDs usage
Add support LP_16G_2133 SPD for nightfury.
BUG=None
BRANCH=firmware-hatch-12672.B
TEST=emerge-hatch coreboot
Change-Id: I3709431d8ecb600e25909f456eb0c95db3a3cde2
Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49735
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/hatch/variants/nightfury/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/variants/nightfury/Makefile.inc b/src/mainboard/google/hatch/variants/nightfury/Makefile.inc index 05f77adafc..c0a68a889d 100644 --- a/src/mainboard/google/hatch/variants/nightfury/Makefile.inc +++ b/src/mainboard/google/hatch/variants/nightfury/Makefile.inc @@ -1,7 +1,7 @@ ## SPDX-License-Identifier: GPL-2.0-only SPD_SOURCES = LP_8G_2133 # 0b000 -SPD_SOURCES += empty_ddr4 # 0b001 +SPD_SOURCES += LP_16G_2133 # 0b001 SPD_SOURCES += LP_4G_2133 # 0b010 romstage-y += memory.c |