diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2021-10-30 21:29:22 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-09 14:13:08 +0000 |
commit | f9ae172b6f6df17018381a548c52082720e9f6f4 (patch) | |
tree | 1ae71f97919b394539782ce31c88498a22ef16b7 /src | |
parent | f4f365fdd0e63237a0328a468c4544c51835491c (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/common/block/sata/sata.c | 2 |
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 79c381e6cd..9caec89998 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"; |