From 318e2ac974e4f02e75fcfe9772b90de3dbe01327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 18 Apr 2016 14:34:18 +0300 Subject: AMD CIMX: Drop unused code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/14393 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Kerry Sheh --- src/vendorcode/amd/cimx/sb900/SbMain.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vendorcode/amd/cimx/sb900/SbMain.c') diff --git a/src/vendorcode/amd/cimx/sb900/SbMain.c b/src/vendorcode/amd/cimx/sb900/SbMain.c index 7c9dbbdff6..dc39a944db 100644 --- a/src/vendorcode/amd/cimx/sb900/SbMain.c +++ b/src/vendorcode/amd/cimx/sb900/SbMain.c @@ -44,8 +44,6 @@ #include "cbtypes.h" #include "AmdSbLib.h" -#ifndef B1_IMAGE - /*----------------------------------------------------------------------------------------*/ /** * sbBeforePciInit - Config Southbridge before PCI emulation @@ -263,8 +261,6 @@ sbSmmAcpiOn ( //RWMEM (0x20, AccWidthUint32, 0, 0); } -#endif - /*----------------------------------------------------------------------------------------*/ /** * Call Back routine. -- cgit v1.2.3