summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/romstage/romstage.c
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@google.com>2020-10-01 00:37:38 -0700
committerNick Vaccaro <nvaccaro@google.com>2020-10-05 18:03:22 +0000
commit53b99a84a59b8eab1e17498e9dd217a0235b4174 (patch)
treeaf0286f2f9f15e682da09ceaeffe99f453adc068 /src/soc/intel/tigerlake/romstage/romstage.c
parentedecf46187a9efd626bbcf15b4dc71cede027861 (diff)
downloadcoreboot-53b99a84a59b8eab1e17498e9dd217a0235b4174.tar.gz
coreboot-53b99a84a59b8eab1e17498e9dd217a0235b4174.tar.bz2
coreboot-53b99a84a59b8eab1e17498e9dd217a0235b4174.zip
soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num()
Consolidate all weak declarations of mainboard_get_dram_part_num() to instead use the common definition in lib/spd_bin.c. BUG=b:168724473 TEST="emerge-volteer coreboot && emerge-nocturne coreboot && emerge-dedede coreboot" and verify build succeeds without error. Change-Id: I322899c080ab7ebcf1cdcad3ce3dfa1d022864d1 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45890 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/tigerlake/romstage/romstage.c')
-rw-r--r--src/soc/intel/tigerlake/romstage/romstage.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/tigerlake/romstage/romstage.c b/src/soc/intel/tigerlake/romstage/romstage.c
index 6fddbc4f441c..1fa6c2d18041 100644
--- a/src/soc/intel/tigerlake/romstage/romstage.c
+++ b/src/soc/intel/tigerlake/romstage/romstage.c
@@ -21,12 +21,6 @@
0x8d, 0x09, 0x11, 0xcf, 0x8b, 0x9f, 0x03, 0x23 \
}
-const char * __weak mainboard_get_dram_part_num(void)
-{
- /* Default weak implementation, no need to override part number. */
- return NULL;
-}
-
/* Save the DIMM information for SMBIOS table 17 */
static void save_dimm_info(void)
{