changeset 948:c73516dd50bb

c139explore: delay before greeting printf to work around defect in fc-compalram
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 02 Nov 2015 22:11:06 +0000
parents 76149e0628ba
children df1dccc0ef9c
files target-utils/c139explore/main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/c139explore/main.c	Mon Nov 02 18:11:53 2015 +0000
+++ b/target-utils/c139explore/main.c	Mon Nov 02 22:11:06 2015 +0000
@@ -5,6 +5,8 @@
 
 main()
 {
+	/* delay kludge workaround for defect in fc-compalram */
+	osmo_delay_ms(30);
 	uart_base = (struct ns16550_regs *) 0xFFFF5800;
 	printf("C139 hardware exploration utility running\n");
 	for (;;) {