diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-09 11:06:33 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-10 16:22:39 +0000 |
commit | 4a696d6ec802d61aced19661cedc8fb727a1ca60 (patch) | |
tree | 438474d34749e80bedc32bdf1986d3656549a8eb /src/mainboard/msi/ms7721 | |
parent | 59f5c0c731713c754bf99fc470faa977e5c8c915 (diff) | |
download | coreboot-4a696d6ec802d61aced19661cedc8fb727a1ca60.tar.xz |
AGESA boards: Drop comments about `IDS_DEBUG_PORT`
No board defines this macro. In preparation to drop OptionsIds.h files
from mainboards, remove commented-out references to `IDS_DEBUG_PORT`.
Change-Id: I67a10d863aeea9e1b91c38aa02d19106b7b97659
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/53981
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/mainboard/msi/ms7721')
-rw-r--r-- | src/mainboard/msi/ms7721/OptionsIds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/msi/ms7721/OptionsIds.h b/src/mainboard/msi/ms7721/OptionsIds.h index f8ec6c9e20..690f7022af 100644 --- a/src/mainboard/msi/ms7721/OptionsIds.h +++ b/src/mainboard/msi/ms7721/OptionsIds.h @@ -24,7 +24,6 @@ * IDSOPT_TRACING_ENABLED * IDSOPT_PERF_ANALYSIS * IDSOPT_ASSERT_ENABLED - * IDS_DEBUG_PORT * IDSOPT_CAR_CORRUPTION_CHECK_ENABLED * **/ @@ -35,6 +34,5 @@ #define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE //#define IDSOPT_PERF_ANALYSIS TRUE #define IDSOPT_ASSERT_ENABLED TRUE -//#define IDS_DEBUG_PORT 0x80 #endif |