diff options
author | Furquan Shaikh <furquan@google.com> | 2020-05-21 00:38:44 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-06 09:29:29 +0000 |
commit | 9ddc2c54fc2d6908150cfb67f6a5177e8274c299 (patch) | |
tree | 2e60e3de9e4699ca549eca3df3949ab13ef3b526 /src/mainboard/google/volteer/variants/ripto | |
parent | 2ccb972df47f76bb8ddd62d670cae3953d10a33e (diff) |
mb/google/volteer: Switch to using auto-generated SPDs
This change switches volteer and family to using auto-generated SPDs
obtained using gen_spd.go and gen_part_id.go.
BUG=b:147321551,b:155423877
Change-Id: I9ed48f0b51714b072a0459d0b70b5417a49db54f
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41618
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/ripto')
-rw-r--r-- | src/mainboard/google/volteer/variants/ripto/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/volteer/variants/ripto/Makefile.inc b/src/mainboard/google/volteer/variants/ripto/Makefile.inc index 02b6f512c3..13269db5ec 100644 --- a/src/mainboard/google/volteer/variants/ripto/Makefile.inc +++ b/src/mainboard/google/volteer/variants/ripto/Makefile.inc @@ -1,8 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -## Memory Options # DRAM ID # Part Num -SPD_SOURCES = SPD_LPDDR4X_200b_8bank_1Rx16_16Gb_DDP_4267 # 0b0000 # K4U6E3S4AA-MGCL - bootblock-y += gpio.c ramstage-y += gpio.c |