summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/a88xm-e/OptionsIds.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-09 11:06:33 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-10 16:22:39 +0000
commit4a696d6ec802d61aced19661cedc8fb727a1ca60 (patch)
tree438474d34749e80bedc32bdf1986d3656549a8eb /src/mainboard/asus/a88xm-e/OptionsIds.h
parent59f5c0c731713c754bf99fc470faa977e5c8c915 (diff)
downloadcoreboot-4a696d6ec802d61aced19661cedc8fb727a1ca60.tar.gz
coreboot-4a696d6ec802d61aced19661cedc8fb727a1ca60.tar.bz2
coreboot-4a696d6ec802d61aced19661cedc8fb727a1ca60.zip
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/asus/a88xm-e/OptionsIds.h')
-rw-r--r--src/mainboard/asus/a88xm-e/OptionsIds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asus/a88xm-e/OptionsIds.h b/src/mainboard/asus/a88xm-e/OptionsIds.h
index fe5356b8e2ac..b7d9144e1588 100644
--- a/src/mainboard/asus/a88xm-e/OptionsIds.h
+++ b/src/mainboard/asus/a88xm-e/OptionsIds.h
@@ -22,7 +22,6 @@
* IDSOPT_TRACING_ENABLED
* IDSOPT_PERF_ANALYSIS
* IDSOPT_ASSERT_ENABLED
- * IDS_DEBUG_PORT
* IDSOPT_CAR_CORRUPTION_CHECK_ENABLED
**/
@@ -32,6 +31,5 @@
#define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE
//#define IDSOPT_PERF_ANALYSIS TRUE
#define IDSOPT_ASSERT_ENABLED TRUE
-//#define IDS_DEBUG_PORT 0x80
#endif