summaryrefslogtreecommitdiffstats
path: root/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch')
-rw-r--r--openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch b/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch
index 74cb584d..5c916d2b 100644
--- a/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch
+++ b/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch
@@ -18,7 +18,7 @@ index 385a05c..a269168 100644
{
const uint64_t DELAY_NS = 100;
- const uint64_t DELAY_LOOPS = 10000;
-+ const uint64_t DELAY_LOOPS = 1000000;
++ const uint64_t DELAY_LOOPS = 100000000;
uint8_t data = 0;
uint64_t loops = 0;
OpenPOWER on IntegriCloud