diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-10 00:48:33 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-02-10 16:17:57 +0000 |
commit | 37fbbfd3bf6e65d26a73d97f88a8ff9e1c990997 (patch) | |
tree | 5b435cfefe423edd63a7810c6a34ffee4a3ba685 /src/soc/amd/picasso | |
parent | c8a0faab5c758c282a2978d8230169f283fc306c (diff) |
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')
-rw-r--r-- | src/soc/amd/picasso/smihandler.c | 2 |
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 }, |