diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c index 9186912dfc..2bfe2c0fe2 100644 --- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c +++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c @@ -123,3 +123,11 @@ LcdShutdown ( // Disable the controller MmioWrite32 (HDLCD_REG_COMMAND, HDLCD_DISABLE); } + +EFI_STATUS +LcdIdentify ( + VOID + ) +{ + return EFI_SUCCESS; +}