summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/console/uart.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/console/uart.C b/src/usr/console/uart.C
index 23c82c5b4..5832962ac 100644
--- a/src/usr/console/uart.C
+++ b/src/usr/console/uart.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -118,7 +118,7 @@ namespace CONSOLE
// Wait for transmit FIFO to have space.
{
const uint64_t DELAY_NS = 100;
- const uint64_t DELAY_LOOPS = 10000;
+ const uint64_t DELAY_LOOPS = 100000000;
uint8_t data = 0;
uint64_t loops = 0;
OpenPOWER on IntegriCloud