aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo')
-rw-r--r--src/mainboard/gizmosphere/gizmo/Makefile.inc4
-rw-r--r--src/mainboard/gizmosphere/gizmo/OemCustomize.c (renamed from src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/Makefile.inc b/src/mainboard/gizmosphere/gizmo/Makefile.inc
index 0cbc92d428..6d51373c3f 100644
--- a/src/mainboard/gizmosphere/gizmo/Makefile.inc
+++ b/src/mainboard/gizmosphere/gizmo/Makefile.inc
@@ -23,11 +23,11 @@ endif
romstage-y += buildOpts.c
romstage-y += BiosCallOuts.c
-romstage-y += PlatformGnbPcie.c
+romstage-y += OemCustomize.c
ramstage-y += buildOpts.c
ramstage-y += BiosCallOuts.c
-ramstage-y += PlatformGnbPcie.c
+ramstage-y += OemCustomize.c
## DIMM SPD for on-board memory
SPD_BIN = $(obj)/spd.bin
diff --git a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo/OemCustomize.c
index c85430ddb4..c85430ddb4 100644
--- a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
+++ b/src/mainboard/gizmosphere/gizmo/OemCustomize.c