diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-10-21 13:43:46 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-12-03 08:09:05 +0100 |
commit | 34ad72cd03923461d1a2cd80c798002e94f92069 (patch) | |
tree | 186b29a3d08d05798d8f3bb8f430e5af5b7df5c2 /src/mainboard/gizmosphere/gizmo | |
parent | 4b5a71179a089dc1c1cdea263c3169a421eff139 (diff) |
AGESA: Remove duplicate OemCustomizeInitEarly declarations
Change-Id: I59b2c3f235a6b30e68e78c2fe4065fbc0488bc4c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/7158
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c | 1 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c index cc4bbfbe96..00bd809b71 100644 --- a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c +++ b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c @@ -26,6 +26,7 @@ #include "Filecode.h" #include <string.h> +#include <northbridge/amd/agesa/agesawrapper.h> /*---------------------------------------------------------------------------------------*/ /** diff --git a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h index 5cd4b41a03..88dc25b453 100644 --- a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h +++ b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h @@ -66,9 +66,5 @@ //3:Half-swing(-3.5db) 4:extended length (-6db) 5:extended length(-8db) #define GNB_GPP_PORT8_HOTPLUG_SUPPORT 0 //0:Disable 1:Basic 3:Enhanced -VOID -OemCustomizeInitEarly ( - IN OUT AMD_EARLY_PARAMS *InitEarly - ); #endif //_PLATFORM_GNB_PCIE_COMPLEX_H |