From 37fbbfd3bf6e65d26a73d97f88a8ff9e1c990997 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 10 Feb 2021 00:48:33 +0100 Subject: 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 Change-Id: Ie439e746fb3dfe9ec865481a76a09eab378242bb Reviewed-on: https://review.coreboot.org/c/coreboot/+/50458 Reviewed-by: Angel Pons Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/smihandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.3