soc/intel/broadwell/systemagent.c: Rename to `northbridge.c`

Change-Id: Id1a0e02174456bb25df0721cfd3865645641a01a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46797
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Angel Pons 2020-10-26 00:44:38 +01:00 committed by Patrick Georgi
parent d42154afc0
commit c8e86de3fe
2 changed files with 1 additions and 1 deletions

View File

@ -17,11 +17,11 @@ ramstage-y += memmap.c
romstage-y += memmap.c
postcar-y += memmap.c
ramstage-y += minihd.c
ramstage-y += northbridge.c
ramstage-y += pei_data.c
romstage-y += pei_data.c
ramstage-y += ramstage.c
ramstage-$(CONFIG_HAVE_REFCODE_BLOB) += refcode.c
ramstage-y += systemagent.c
CPPFLAGS_common += -Isrc/soc/intel/broadwell/include