aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/cimx/sb800/SBMAIN.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-04-18 14:34:18 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-04-20 15:31:18 +0200
commit318e2ac974e4f02e75fcfe9772b90de3dbe01327 (patch)
treed9331813d71a457f99e4bae87e83cbf476b1184d /src/vendorcode/amd/cimx/sb800/SBMAIN.c
parent0793afe913a78990b1f4b3fff037eae5365f1078 (diff)
AMD CIMX: Drop unused code
We never define B1_IMAGE or B2_IMAGE. These are about building CIMx as separate binary modules, while coreboot builds these into same romstage or ramstage module. Change-Id: I9cfa3f0bff8332aff4b661d56d0e7b340a992992 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/14393 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Kerry Sheh <shekairui@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/cimx/sb800/SBMAIN.c')
-rw-r--r--src/vendorcode/amd/cimx/sb800/SBMAIN.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vendorcode/amd/cimx/sb800/SBMAIN.c b/src/vendorcode/amd/cimx/sb800/SBMAIN.c
index a494d3033b..0e10a2a57c 100644
--- a/src/vendorcode/amd/cimx/sb800/SBMAIN.c
+++ b/src/vendorcode/amd/cimx/sb800/SBMAIN.c
@@ -46,8 +46,6 @@
#include "SBPLATFORM.h"
#include "cbtypes.h"
-#ifndef B1_IMAGE
-
/*----------------------------------------------------------------------------------------*/
/**
* sbBeforePciInit - Config Southbridge before PCI emulation
@@ -228,8 +226,6 @@ sbSmmAcpiOn (
RWMEM (ACPI_MMIO_BASE + SMI_BASE + SB_SMI_REGAC, AccWidthUint8, ~(BIT6 + BIT7), 0);
}
-#endif
-
/*----------------------------------------------------------------------------------------*/
/**
* Call Back routine.