diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-07-18 09:30:30 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-21 17:31:01 +0000 |
commit | bcbc514cfa9f2e6da4002693a67abf42de39336d (patch) | |
tree | c19ea6f4568c19f73e36505f780ce1c109ae5cb4 /src/soc/amd/picasso | |
parent | 498de91e459bc5122fb72d2a486e1d74d17eaac5 (diff) | |
download | coreboot-bcbc514cfa9f2e6da4002693a67abf42de39336d.tar.xz |
soc/amd/picasso: Remove dead SPD size Kconfig symbol
DIMM_SPD_SIZE is no longer used and should have been removed in
78025f6 "soc/amd/picasso: Remove all AGESA references".
Change-Id: Iae15998835e4d8afdb44cca77d2c9009b7e3947a
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34419
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index d6445c7cb2..5ca0c91824 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -293,10 +293,6 @@ comment "AMD Firmware Directory Table set to location for 8MB ROM" comment "AMD Firmware Directory Table set to location for 16MB ROM" depends on AMD_FWM_POSITION_INDEX = 5 -config DIMM_SPD_SIZE - int - default 512 # DDR4 - config RO_REGION_ONLY string depends on CHROMEOS |