summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-10-30 21:29:22 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-11-09 14:13:08 +0000
commitf9ae172b6f6df17018381a548c52082720e9f6f4 (patch)
tree1ae71f97919b394539782ce31c88498a22ef16b7
parentf4f365fdd0e63237a0328a468c4544c51835491c (diff)
downloadcoreboot-f9ae172b6f6df17018381a548c52082720e9f6f4.tar.gz
coreboot-f9ae172b6f6df17018381a548c52082720e9f6f4.tar.bz2
coreboot-f9ae172b6f6df17018381a548c52082720e9f6f4.zip
amd/sata: Remove the weak function
BUG=b:140165023 Change-Id: I1908f727a7be1e33cbfd273b7261cbd989a414fe Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58644 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--src/soc/amd/common/block/sata/sata.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/sata/sata.c b/src/soc/amd/common/block/sata/sata.c
index 79c381e6cdfe..9caec89998b7 100644
--- a/src/soc/amd/common/block/sata/sata.c
+++ b/src/soc/amd/common/block/sata/sata.c
@@ -6,8 +6,6 @@
#include <device/pci_ids.h>
#include <amdblocks/sata.h>
-void __weak soc_enable_sata_features(struct device *dev) { }
-
static const char *sata_acpi_name(const struct device *dev)
{
return "STCR";