From 318e2ac974e4f02e75fcfe9772b90de3dbe01327 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki 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/northbridge/amd/cimx/rd890/NbPlatform.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/northbridge/amd') diff --git a/src/northbridge/amd/cimx/rd890/NbPlatform.h b/src/northbridge/amd/cimx/rd890/NbPlatform.h index 2a8d0ea04d..bcd5dda8f9 100644 --- a/src/northbridge/amd/cimx/rd890/NbPlatform.h +++ b/src/northbridge/amd/cimx/rd890/NbPlatform.h @@ -66,16 +66,9 @@ //#define STALL(Ptr, TimeUs, Flag) LibAmdSbStall(TimeUs) #define STALL(Ptr, TimeUs, Flag) LibAmdSbStall(TimeUs, Ptr) -#ifdef B2_IMAGE -#define REPORT_EVENT(Class, Info, Param1, Param2, Param3, Param4, CfgPtr) LibNbEventLog(Class, Info, Param1, Param2, Param3, Param4, CfgPtr) -#else #define REPORT_EVENT(Class, Info, Param1, Param2, Param3, Param4, CfgPtr) -#endif - - // CIMX configuration parameters -//#define CIMX_B2_IMAGE_BASE_ADDRESS 0xFFF40000 /* * PCIEX_BASE_ADDRESS - Define PCIE base address */ -- cgit v1.2.3