soc/intel/broadwell/igd.c: Rename to gma.c

This makes comparisons against Haswell a bit simpler.

Change-Id: If1c937628f702c6765a5f36b6eaf4a3c3516359a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Angel Pons 2020-10-13 01:12:06 +02:00 committed by Nico Huber
parent 685dbe14e9
commit 9bf45b43ee
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ramstage-y += gpio.c
romstage-y += gpio.c romstage-y += gpio.c
smm-y += gpio.c smm-y += gpio.c
ramstage-y += hda.c ramstage-y += hda.c
ramstage-y += igd.c ramstage-y += gma.c
ramstage-y += iobp.c ramstage-y += iobp.c
romstage-y += iobp.c romstage-y += iobp.c
ramstage-y += fadt.c ramstage-y += fadt.c