diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-09 10:58:39 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-10 16:20:00 +0000 |
commit | 7bce4f3a21d6c999238a22370d78618e82df30d7 (patch) | |
tree | c7c78c77e9850f295f4981b7ce9b28273d5d1479 /src/mainboard/pcengines/apu1 | |
parent | d5a0cc5a5ff9842cc411149f0b8fbdbd8e0ddd52 (diff) |
AGESA boards: Drop unused `IDSOPT_DEBUG_ENABLED` macro
This macro is not used anywhere in AGESA. Remove all references.
Change-Id: Icae0ecae77a20e1568440e3191a29db33b5581d8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/53978
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/mainboard/pcengines/apu1')
-rw-r--r-- | src/mainboard/pcengines/apu1/OptionsIds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/apu1/OptionsIds.h b/src/mainboard/pcengines/apu1/OptionsIds.h index ce3a8a0170..a8d9b0dcb4 100644 --- a/src/mainboard/pcengines/apu1/OptionsIds.h +++ b/src/mainboard/pcengines/apu1/OptionsIds.h @@ -33,7 +33,6 @@ //#define IDSOPT_TRACING_ENABLED TRUE #define IDSOPT_ASSERT_ENABLED TRUE -//#define IDSOPT_DEBUG_ENABLED FALSE //#undef IDSOPT_HOST_SIMNOW //#define IDSOPT_HOST_SIMNOW FALSE //#undef IDSOPT_HOST_HDT |