diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 00:29:47 +0200 |
---|---|---|
committer | Michael Niewöhner <c0d3z3r0@review.coreboot.org> | 2020-07-10 23:58:24 +0000 |
commit | 93fe3727e0ef0762382c694134af2279b2ede37d (patch) | |
tree | d93dc7eb69f17e2a580f1107ef54dd1f7c6ae775 /src/southbridge | |
parent | 32f90d8c6883dabaabfd4597d5df14c0e7f9fee0 (diff) |
sb/amd/cimx/sb800: Drop dead code
This code is not even being build-tested. Drop it before it grows moss.
Change-Id: I2a244436adb8f41e4246aad7e3bfaf0986f2d832
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43260
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/Amd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/southbridge/amd/cimx/sb800/Amd.h b/src/southbridge/amd/cimx/sb800/Amd.h index 1e576522e3..b931cf05ab 100644 --- a/src/southbridge/amd/cimx/sb800/Amd.h +++ b/src/southbridge/amd/cimx/sb800/Amd.h @@ -124,10 +124,6 @@ typedef struct _AMD_MODULE_HEADER { // 14:12 Function (3-bits) // 11:00 Offset (12-bits) -#if 0 -#define MAKE_SBDFO(Seg, Bus, Dev, Fun, Off) ((((unsigned int) (Seg)) << 28) | (((unsigned int) (Bus)) << 20) | \ - (((unsigned int) (Dev)) << 15) | (((unsigned int) (Fun)) << 12) | ((unsigned int) (Off))) -#endif #define ILLEGAL_SBDFO 0xFFFFFFFF /// CPUID data received registers format |