diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-11-16 19:21:14 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-12-07 17:24:28 +0000 |
commit | 1d2482e1e362729543d8966754a216dee00924c7 (patch) | |
tree | 641cd684f330bcd43bd5eecbcdfb58da8e193a06 /ArmPlatformPkg/Library | |
parent | a4a582e18068f5e866bbd9e5e517f1f0ca73e08b (diff) | |
download | edk2-1d2482e1e362729543d8966754a216dee00924c7.tar.gz edk2-1d2482e1e362729543d8966754a216dee00924c7.tar.bz2 edk2-1d2482e1e362729543d8966754a216dee00924c7.zip |
ArmPlatformPkg: Change use of EFI_D_* to DEBUG_*
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3739
Update all use of EFI_D_* defines in DEBUG() macros to DEBUG_* defines.
Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPlatformPkg/Library')
-rw-r--r-- | ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c b/ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c index 05b6f8974f..b519202573 100644 --- a/ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c +++ b/ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c @@ -26,7 +26,7 @@ LcdIdentify ( VOID
)
{
- DEBUG ((EFI_D_WARN, "Probing ID registers at 0x%lx for a PL111\n",
+ DEBUG ((DEBUG_WARN, "Probing ID registers at 0x%lx for a PL111\n",
PL111_REG_CLCD_PERIPH_ID_0));
// Check if this is a PL111
|