diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-09 11:02:44 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-10 16:21:13 +0000 |
commit | 59f5c0c731713c754bf99fc470faa977e5c8c915 (patch) | |
tree | 015478cd420a25a7e8d0c3d8bf3fcdf3ceecfd54 /src/mainboard/biostar/am1ml/OptionsIds.h | |
parent | 8bf0a261a02d7bf67f3c12202348a76feafb6e98 (diff) |
AGESA boards: Drop unused `IDSOPT_HOST_SIMNOW` macro
This macro is not used anywhere in AGESA. Remove all references.
Change-Id: Ibc2876a5a8419ec4fa5a793bb996f5c14d989bac
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/53980
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/mainboard/biostar/am1ml/OptionsIds.h')
-rw-r--r-- | src/mainboard/biostar/am1ml/OptionsIds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/biostar/am1ml/OptionsIds.h b/src/mainboard/biostar/am1ml/OptionsIds.h index cf7305d927..4ca6b4e431 100644 --- a/src/mainboard/biostar/am1ml/OptionsIds.h +++ b/src/mainboard/biostar/am1ml/OptionsIds.h @@ -35,8 +35,6 @@ #define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE //#define IDSOPT_PERF_ANALYSIS TRUE #define IDSOPT_ASSERT_ENABLED TRUE -//#undef IDSOPT_HOST_SIMNOW -//#define IDSOPT_HOST_SIMNOW FALSE //#define IDS_DEBUG_PORT 0x80 #endif |