summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gizmosphere
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-29 22:24:07 -0700
committerMartin Roth <gaumless@gmail.com>2015-01-04 20:28:55 +0100
commitc226bd62281ee16bd585a8e5af321c6ddfd22a19 (patch)
tree2c58b75d57b47a39ff657a389e3c518707bc36e0 /src/mainboard/gizmosphere
parent15b6325cd4127826460040dfe26c47f37ac3e8e7 (diff)
downloadcoreboot-c226bd62281ee16bd585a8e5af321c6ddfd22a19.tar.gz
coreboot-c226bd62281ee16bd585a8e5af321c6ddfd22a19.tar.bz2
coreboot-c226bd62281ee16bd585a8e5af321c6ddfd22a19.zip
AMD Mainboards - PlatformGnbPcie.c: Fix Doxygen errors
Remove PeiServices param for OemInitEarly - it doesn't exist in the function. Change-Id: I338aeb4128126f6e541815dc09bf8d23678081c8 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/8073 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/gizmosphere')
-rw-r--r--src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c1
-rw-r--r--src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
index 3e868173f912..05d2844967a5 100644
--- a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
+++ b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcie.c
@@ -37,7 +37,6 @@
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
- * @param[in] **PeiServices
* @param[in] *InitEarly
*
* @retval VOID
diff --git a/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c b/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c
index d48475cc63a9..66f7119c26bb 100644
--- a/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c
+++ b/src/mainboard/gizmosphere/gizmo2/PlatformGnbPcie.c
@@ -110,7 +110,6 @@ static const PCIe_COMPLEX_DESCRIPTOR PcieComplex = {
* interface (call-out port) to provide a user hook opportunity
*
* Parameters:
- * @param[in] **PeiServices
* @param[in] *InitEarly
*
* @retval VOID