[coreboot-gerrit] New patch to review for coreboot: e3999d5 AMD CIMx SB800: Remove declaration of unused `get_sbdn()`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Apr 22 18:34:42 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3119

-gerrit

commit e3999d58a62006f4b2b884d68544351b6023c4ec
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Apr 19 10:23:03 2013 +0200

    AMD CIMx SB800: Remove declaration of unused `get_sbdn()`
    
    No SB800 based board implements the function `get_sbdn()`, which
    was probably copied from SB700 code. So remove the declaration.
    
    Change-Id: I85fe3db0abf2648b6eb7a659f2112d130f856afa
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/southbridge/amd/cimx/sb800/sb_cimx.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/southbridge/amd/cimx/sb800/sb_cimx.h b/src/southbridge/amd/cimx/sb800/sb_cimx.h
index 3bec5d8..f07b0e0 100644
--- a/src/southbridge/amd/cimx/sb800/sb_cimx.h
+++ b/src/southbridge/amd/cimx/sb800/sb_cimx.h
@@ -40,12 +40,4 @@ int acpi_is_wakeup_early(void);
  */
 void sb800_clk_output_48Mhz(void);
 
-#if CONFIG_RAMINIT_SYSINFO
-/**
- * @brief Get SouthBridge device number, called by finalize_node_setup()
- * @param[in] bus target bus number
- * @return southbridge device number
- */
-u32 get_sbdn(u32 bus);
-#endif
 #endif



More information about the coreboot-gerrit mailing list