summaryrefslogtreecommitdiff
path: root/DuetPkg/Library
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/Library')
-rw-r--r--DuetPkg/Library/DuetBdsLib/BdsPlatform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c
index f3fc396757..7a4f7e8af3 100644
--- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c
+++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c
@@ -1209,6 +1209,8 @@ Returns:
// Give one chance to enter the setup if we
// have the time out
//
+ // BUGBUG: hard code timeout to 5 second to show logo in graphic mode.
+ Timeout = 5;
if (Timeout != 0) {
PlatformBdsEnterFrontPage (Timeout, FALSE);
}