From 9e7ac6b0345f5c4b3e75a0bdbd0f38444b503fd0 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 3 Jan 2019 11:38:27 +0200 Subject: amdfam10 boards: Drop AMD_SB_CIMX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copy-paste, boards do not set this. Change-Id: I4c0795a483948b1e357388a5ad639c3f1950bbc8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30625 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/southbridge/amd/rs780/rs780.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/southbridge') 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") -- cgit v1.2.3