summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/smihandler.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-10 00:48:33 +0100
committerMartin Roth <martinroth@google.com>2021-02-10 16:17:57 +0000
commit37fbbfd3bf6e65d26a73d97f88a8ff9e1c990997 (patch)
tree5b435cfefe423edd63a7810c6a34ffee4a3ba685 /src/soc/amd/picasso/smihandler.c
parentc8a0faab5c758c282a2978d8230169f283fc306c (diff)
downloadcoreboot-37fbbfd3bf6e65d26a73d97f88a8ff9e1c990997.tar.gz
coreboot-37fbbfd3bf6e65d26a73d97f88a8ff9e1c990997.tar.bz2
coreboot-37fbbfd3bf6e65d26a73d97f88a8ff9e1c990997.zip
soc/amd/picasso/smihandler: replace southbridge.c in comment with fch.c
southbridge.c was renamed and split into early_fch.c and fch.c. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ie439e746fb3dfe9ec865481a76a09eab378242bb Reviewed-on: https://review.coreboot.org/c/coreboot/+/50458 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/smihandler.c')
-rw-r--r--src/soc/amd/picasso/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c
index faf4f7b2631b..d6c3ed0a41e7 100644
--- a/src/soc/amd/picasso/smihandler.c
+++ b/src/soc/amd/picasso/smihandler.c
@@ -226,7 +226,7 @@ int southbridge_io_trap_handler(int smif)
/*
* Table of functions supported in the SMI handler. Note that SMI source setup
- * in southbridge.c is unrelated to this list.
+ * in fch.c is unrelated to this list.
*/
static const struct smi_sources_t smi_sources[] = {
{ .type = SMITYPE_SMI_CMD_PORT, .handler = sb_apmc_smi_handler },