aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 faf4f7b263..d6c3ed0a41 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 },