diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-09 11:01:35 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-10 16:20:31 +0000 |
commit | 8bf0a261a02d7bf67f3c12202348a76feafb6e98 (patch) | |
tree | 97d4f7ea3f003acbd123c47bd3b6a1d6c3889986 /src/mainboard/amd/olivehill/OptionsIds.h | |
parent | 7bce4f3a21d6c999238a22370d78618e82df30d7 (diff) | |
download | coreboot-8bf0a261a02d7bf67f3c12202348a76feafb6e98.tar.xz |
AGESA boards: Drop unused `IDSOPT_HOST_HDT` macro
This macro is not used anywhere in AGESA. Remove all references.
Change-Id: I9cd9fa0dc25b1143f8b4c1f20beffba638437398
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/53979
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/mainboard/amd/olivehill/OptionsIds.h')
-rw-r--r-- | src/mainboard/amd/olivehill/OptionsIds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/olivehill/OptionsIds.h b/src/mainboard/amd/olivehill/OptionsIds.h index 272d3097f9..cf7305d927 100644 --- a/src/mainboard/amd/olivehill/OptionsIds.h +++ b/src/mainboard/amd/olivehill/OptionsIds.h @@ -37,8 +37,6 @@ #define IDSOPT_ASSERT_ENABLED TRUE //#undef IDSOPT_HOST_SIMNOW //#define IDSOPT_HOST_SIMNOW FALSE -//#undef IDSOPT_HOST_HDT -//#define IDSOPT_HOST_HDT FALSE //#define IDS_DEBUG_PORT 0x80 #endif |