Martin Roth (martin.roth@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5736
-gerrit
commit 0aa879ee4bef5b18d61aa3c4a1024ce8a4e4a5dc Author: Martin Roth gaumless@gmail.com Date: Tue May 13 14:33:37 2014 -0600
vendorcode/.../fsp/baytrail: remove duplicate prototype
There were two copies of the GetFspReservedMemoryFromGuid prototype in the fspplatform.h file for some reason.
Change-Id: Id121f1e3ddf5aad28b954c873c93f921ce35624f Signed-off-by: Martin Roth gaumless@gmail.com --- src/vendorcode/intel/fsp/baytrail/include/fspplatform.h | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h b/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h index 1b5fca1..97845d4 100644 --- a/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h +++ b/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h @@ -75,11 +75,4 @@ GetLowMemorySize ( uint32_t *LowMemoryLength );
-void -GetFspReservedMemoryFromGuid ( - uint32_t *FspMemoryBase, - uint32_t *FspMemoryLength, - EFI_GUID FspReservedMemoryGuid - ); - #endif \ No newline at end of file