summaryrefslogtreecommitdiffstats
path: root/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c
diff options
context:
space:
mode:
Diffstat (limited to 'CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c')
-rw-r--r--CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c
deleted file mode 100644
index 56fe41afeb..0000000000
--- a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/**@file
- Defined the platform specific device path which will be filled to
- ConIn/ConOut variables.
-
-Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
-SPDX-License-Identifier: BSD-2-Clause-Patent
-**/
-
-#include "PlatformBootManager.h"
-
-///
-/// Predefined platform default console device path
-///
-PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {
- {
- NULL,
- 0
- }
-};