diff options
Diffstat (limited to 'src/mainboard/bap/ode_e20XX')
-rw-r--r-- | src/mainboard/bap/ode_e20XX/Makefile.inc | 4 | ||||
-rw-r--r-- | src/mainboard/bap/ode_e20XX/OemCustomize.c (renamed from src/mainboard/bap/ode_e20XX/PlatformGnbPcie.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/bap/ode_e20XX/Makefile.inc b/src/mainboard/bap/ode_e20XX/Makefile.inc index f5dc85606a..f1c946a331 100644 --- a/src/mainboard/bap/ode_e20XX/Makefile.inc +++ b/src/mainboard/bap/ode_e20XX/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/bap/ode_e20XX/PlatformGnbPcie.c b/src/mainboard/bap/ode_e20XX/OemCustomize.c index ec0c3d3d92..ec0c3d3d92 100644 --- a/src/mainboard/bap/ode_e20XX/PlatformGnbPcie.c +++ b/src/mainboard/bap/ode_e20XX/OemCustomize.c |