aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/BiosCallOuts.h
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-09-18 16:13:17 -0600
committerAaron Durbin <adurbin@chromium.org>2017-09-27 16:27:02 +0000
commited501d5b3f828d3504a6c4c44dc67ee1fbad2efb (patch)
tree9cb9da84eedb8d978214a6c87434fa212481834e /src/soc/amd/common/BiosCallOuts.h
parentf82aa10d56507fd9c3a5abd279fe73df5533e0e4 (diff)
soc/amd/common: Clean up GetHeapBase function
Make GetHeapBase a static function. Change the type of return value to a void pointer and remove the unused StdHeader argument. This should be innocuous and will allow a subsequent patch to be simpler. Change-Id: Id4a024d000a514ea9a44f9dfc2caffae9ff01789 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/21593 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/amd/common/BiosCallOuts.h')
-rw-r--r--src/soc/amd/common/BiosCallOuts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/BiosCallOuts.h b/src/soc/amd/common/BiosCallOuts.h
index 44564665eb..9cad16df96 100644
--- a/src/soc/amd/common/BiosCallOuts.h
+++ b/src/soc/amd/common/BiosCallOuts.h
@@ -35,7 +35,6 @@ typedef struct _BIOS_BUFFER_NODE {
UINT32 NextNodeOffset;
} BIOS_BUFFER_NODE;
-UINT32 GetHeapBase(AMD_CONFIG_PARAMS *StdHeader);
void EmptyHeap(void);
AGESA_STATUS agesa_AllocateBuffer(UINT32 Func, UINTN Data, VOID *ConfigPtr);