From dfd4ec2dbbb8ad7e8cf1a7d1a424b6407b959994 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 7 Jan 2019 16:33:01 +0200 Subject: southbridge/amd/cimx: Drop unused functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leftovers from attempts of using these with native (non-AGESA) amdfam10/15 support code. Change-Id: I8eaed338438e1de5baee462376e339e1439f72f1 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30728 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/southbridge/amd/cimx/sb900/sb_cimx.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/southbridge/amd/cimx/sb900/sb_cimx.h') diff --git a/src/southbridge/amd/cimx/sb900/sb_cimx.h b/src/southbridge/amd/cimx/sb900/sb_cimx.h index 99b246ed6d..d13c79dc80 100644 --- a/src/southbridge/amd/cimx/sb900/sb_cimx.h +++ b/src/southbridge/amd/cimx/sb900/sb_cimx.h @@ -32,13 +32,6 @@ #define REV_SB900_A11 0x11 #define REV_SB900_A12 0x12 -/** - * @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); - /** * South Bridge CIMx romstage entry, sbPowerOnInit entry point wrapper. */ -- cgit v1.2.3