diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-08-06 17:04:12 -0600 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2021-08-09 15:02:18 +0000 |
commit | d220fc50ca7f26e19fe03aef27f53c369fa1f2d3 (patch) | |
tree | 64a36551a53bd6cfa08d276c394d2da23d64c06c /src/mainboard | |
parent | 56dd9f038a7e1c4bc8f86ddba56c6b41f42ab7b0 (diff) |
mb/system76/oryp6: Drop DIMM_SPD_SIZE
The board uses the default size specified in the SoC.
Change-Id: Ie71a0fea1ff9de6c4f1ce8db2db09bb3cd35d04d
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56865
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/system76/oryp6/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 56ccd1754b..d063f40c15 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -54,10 +54,6 @@ config DIMM_MAX int default 2 -config DIMM_SPD_SIZE - int - default 512 - config VGA_BIOS_ID string default "8086,9bc4" |