diff options
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo2')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/Makefile.inc | 4 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/OemCustomize.c (renamed from src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/Makefile.inc b/src/mainboard/gizmosphere/gizmo2/Makefile.inc index f952642920..8fa32da8ec 100644 --- a/src/mainboard/gizmosphere/gizmo2/Makefile.inc +++ b/src/mainboard/gizmosphere/gizmo2/Makefile.inc @@ -16,11 +16,11 @@ 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/gizmo2/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo2/OemCustomize.c index 1d71f897f2..1d71f897f2 100644 --- a/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c +++ b/src/mainboard/gizmosphere/gizmo2/OemCustomize.c |