# HG changeset patch # User Mychaela Falconia # Date 1446502266 0 # Node ID c73516dd50bb1ce772909e54cde914420d8faf8e # Parent 76149e0628ba969ac23d0db5c8c2963ba825419a c139explore: delay before greeting printf to work around defect in fc-compalram diff -r 76149e0628ba -r c73516dd50bb target-utils/c139explore/main.c --- 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 (;;) {