diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-04-27 08:55:41 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-05-10 13:39:26 +0200 |
commit | a5d72a3170a4757375ee8f5e501da2a08dd7c5ae (patch) | |
tree | 832812297dbe2665702777e332096cd9dae7bab8 /src/mainboard/gizmosphere/gizmo/Makefile.inc | |
parent | 99894127ab1784163901b34eabe36c5bcdd1639b (diff) | |
download | coreboot-a5d72a3170a4757375ee8f5e501da2a08dd7c5ae.tar.xz |
AGESA boards: Rename files containing OEM configuration
There are other things besides PCIe port configuration that
require board specific hooks.
Change-Id: I0923651487b9ed5f6f7569ce08e02d993fa5f976
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/14527
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/Makefile.inc')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/Makefile.inc | 4 |
1 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 |