aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-03 11:38:27 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-04 17:18:57 +0000
commit9e7ac6b0345f5c4b3e75a0bdbd0f38444b503fd0 (patch)
tree4cdd0ca27ede0c7c256c3117d7d02fbf3328b5d0 /src/southbridge
parent031dc67a6181fa9be015fd1bc4cab2fa1d3fcab5 (diff)
amdfam10 boards: Drop AMD_SB_CIMX
Copy-paste, boards do not set this. Change-Id: I4c0795a483948b1e357388a5ad639c3f1950bbc8 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30625 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/rs780/rs780.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/rs780/rs780.c b/src/southbridge/amd/rs780/rs780.c
index 36b37ccbe6..a753da77be 100644
--- a/src/southbridge/amd/rs780/rs780.c
+++ b/src/southbridge/amd/rs780/rs780.c
@@ -349,7 +349,6 @@ void rs780_enable(struct device *dev)
}
}
-#if !IS_ENABLED(CONFIG_AMD_SB_CIMX)
unsigned long acpi_fill_mcfg(unsigned long current)
{
/* FIXME
@@ -358,7 +357,6 @@ unsigned long acpi_fill_mcfg(unsigned long current)
*/
return current;
}
-#endif
struct chip_operations southbridge_amd_rs780_ops = {
CHIP_NAME("ATI RS780")